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:
parent
52e4444ccb
commit
5d456763fa
1 changed files with 1 additions and 1 deletions
2
deps/Cargo.toml
vendored
2
deps/Cargo.toml
vendored
|
@ -8,7 +8,7 @@ name = "null"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.1.8"
|
libc = "0.1.8"
|
||||||
getopts = "0.2.11"
|
getopts = "0.2.11"
|
||||||
bit-vec = "0.3.0"
|
bit-vec = "0.4.0"
|
||||||
bit-set = "0.2.0"
|
bit-set = "0.2.0"
|
||||||
num_cpus = "*"
|
num_cpus = "*"
|
||||||
rand = "0.3.8"
|
rand = "0.3.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue