2021: bump bitvec to 1.0

This commit is contained in:
Antoine Martin 2022-12-05 23:04:07 +01:00
parent f3f3b40d47
commit 8e1328571b
3 changed files with 12 additions and 12 deletions

View file

@ -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"