Skip to content

Commit

Permalink
update rcore-fs-sfs Cargo.toml: bitvec 0.22 --> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu-tsinghua-cs committed Apr 5, 2024
1 parent 1a3246b commit a23c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcore-fs-sfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rcore-fs = { path = "../rcore-fs" }
static_assertions = "1.1"
spin = "0.9"
log = "0.4"
bitvec = { version = "0.22", default-features = false, features = ["alloc"] }
bitvec = { version = "1.0", default-features = false, features = ["alloc"] }

[dev-dependencies]
tempfile = "3.2"

0 comments on commit a23c771

Please sign in to comment.