bitvec 1.0 🎉
This commit is contained in:
parent
77d7b9f0e7
commit
a92586ab4c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ tokio = ["tokio_1", "futures-core"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.89"
|
libc = "0.2.89"
|
||||||
bitvec = "1.0.0-rc1"
|
bitvec = "1.0.0"
|
||||||
nix = "0.23"
|
nix = "0.23"
|
||||||
|
|
||||||
tokio_1 = { package = "tokio", version = "1.0", features = ["net"], optional = true }
|
tokio_1 = { package = "tokio", version = "1.0", features = ["net"], optional = true }
|
||||||
|
|
Loading…
Reference in a new issue