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

Merge pull request #652 from jbcrail/update-deps

Update dependency for bit vector.
This commit is contained in:
Heather 2015-07-12 08:53:45 +03:00
commit 1a2be4bf7f

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"