1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +00:00

Update dependency for bit vector.

This commit is contained in:
Joseph Crail 2015-07-11 20:08:08 -04:00
parent 52e4444ccb
commit 5d456763fa

2
deps/Cargo.toml vendored
View file

@ -8,7 +8,7 @@ name = "null"
[dependencies]
libc = "0.1.8"
getopts = "0.2.11"
bit-vec = "0.3.0"
bit-vec = "0.4.0"
bit-set = "0.2.0"
num_cpus = "*"
rand = "0.3.8"