Chris Morgan
›
Git
›
anymap
› blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
commit
grep
author
committer
pickaxe
?
search:
re
1.0.0-beta.2
[anymap]
/
Cargo.toml
diff --git
a/Cargo.toml
b/Cargo.toml
index 02d16c7c7f78b7946ae5f4d9b137957354825f8b..43e7decd5278f6a7bac336ee25056ab84164685b 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-1,6
+1,6
@@
[package]
name = "anymap"
[package]
name = "anymap"
-version = "1.0.0-beta.
1
"
+version = "1.0.0-beta.
2
"
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 = []