Skip to content

Commit 01e29f2

Browse files
committed
Update RustSBI to 0.2.2
1 parent 999e355 commit 01e29f2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustsbi-qemu/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ edition = "2018"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
rustsbi = "0.2.1"
9+
rustsbi = "0.2.2"
1010
buddy_system_allocator = "0.8"
1111
lazy_static = { version = "1", features = ["spin_no_std"] }
1212
spin = "0.9"
1313
riscv = { git = "https://github.com/rust-embedded/riscv", rev = "dc0bc37e", features = ["inline-asm"] }
1414
device_tree = { git = "https://github.com/rcore-os/device_tree-rs/" }
15-
embedded-hal = "0.2.6"
15+
embedded-hal = "0.2.7"
1616
nb = "1"
1717
bitflags = "1"
1818
bit_field = "0.10"
19-
hashbrown = "0.11"
19+
hashbrown = "0.12"

0 commit comments

Comments
 (0)