Skip to content

Commit

Permalink
update rcore-fs-sefs 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 a23c771 commit e01de1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcore-fs-sefs/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"] }

[features]
std = ["rcore-fs/std"]

0 comments on commit e01de1a

Please sign in to comment.