X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/0316c0faea94309c896f63bd1986107bf533a079..2e9a570491664eea18ad61d98aa1c557d5e23e67:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 02d16c7..43e7dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anymap" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" authors = ["Chris Morgan "] 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"] +[package.metadata.docs.rs] +all-features = true + [features] default = ["std"] std = []