2021: bump bitvec to 1.0
This commit is contained in:
parent
f3f3b40d47
commit
8e1328571b
3 changed files with 12 additions and 12 deletions
|
|
@ -10,7 +10,7 @@ edition = "2021"
|
|||
aoc = { path = "../aoc" }
|
||||
anyhow = "1.0"
|
||||
rand = "0.8"
|
||||
bitvec = "0.22"
|
||||
bitvec = "1.0"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue