Chris Morgan
›
Git
›
anymap
› blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
commit
grep
author
committer
pickaxe
?
search:
re
Resolve the std/hashbrown conflict situation
[anymap]
/
Cargo.toml
diff --git
a/Cargo.toml
b/Cargo.toml
index 011cbe2364c7f224fe9c7d7d0e62d25d45f25f8a..aca1a6444a0a83ebc7e8d188a07c321db5d9c732 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-1,6
+1,6
@@
[package]
name = "anymap"
[package]
name = "anymap"
-version = "
0.12
.1"
+version = "
1.0.0-beta
.1"
authors = ["Chris Morgan <rust@chrismorgan.info>"]
edition = "2018"
rust-version = "1.36"
authors = ["Chris Morgan <rust@chrismorgan.info>"]
edition = "2018"
rust-version = "1.36"
@@
-11,6
+11,9
@@
categories = ["rust-patterns", "data-structures", "no-std"]
license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"
include = ["/README.md", "/COPYING", "/CHANGELOG.md", "/src"]
license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"
include = ["/README.md", "/COPYING", "/CHANGELOG.md", "/src"]
+[package.metadata.docs.rs]
+all-features = true
+
[features]
default = ["std"]
std = []
[features]
default = ["std"]
std = []