X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=a29a84433e7869a36f4a58bba46c086d3fc9c560;hb=90ad34c4cb15d15c310f5926c9e5d1b76617e699;hp=76ad15f0899b17bac39a26f3be6de6a07147e0e7;hpb=31a9a2b5175a8b0a014022dce8551bc496ca25f2;p=bit-set.git diff --git a/Cargo.toml b/Cargo.toml index 76ad15f..a29a844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bit-set" -version = "0.4.0" +version = "0.5.0" authors = ["Alexis Beingessner "] license = "MIT/Apache-2.0" description = "A set of bits" @@ -14,10 +14,9 @@ readme = "README.md" rand = "0.3" [dependencies.bit-vec] -version = "0.5.0" +version = "0.6.1" default-features = false [features] default = ["std"] -nightly = ["bit-vec/nightly"] std = ["bit-vec/std"]