]> git.lizzy.rs Git - bit-set.git/blobdiff - Cargo.toml
Merge branch 'master' of github.com:contain-rs/bit-set
[bit-set.git] / Cargo.toml
index 99ec08ca069dd28e8df56bb579379b814dfe371c..4a65676692f5abb5a22025658d46be654c98d454 100644 (file)
@@ -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"]