Skip to content

Commit 4b8aed5

Browse files
committed
crate: update rustsbi to version 0.3.0-alpha.2
bug fixes in sbi-rt crate
1 parent 05cbb4d commit 4b8aed5

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Cargo.lock

Lines changed: 7 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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
rustsbi = { git = "https://github.com/rustsbi/rustsbi", rev = "af60b02", features = [
10-
"legacy",
11-
] }
9+
rustsbi = { version = "0.3.0-alpha.2", features = ["legacy"] }
1210
riscv = "0.8"
1311
spin = "0.9"
1412
r0 = "1"

test-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
sbi-rt = { git = "https://github.com/rustsbi/sbi-rt.git", rev = "72b607c" }
11+
sbi-rt = { git = "https://github.com/rustsbi/sbi-rt.git", rev = "2933f8d5" }
1212
riscv = "0.8"
1313
spin = "0.9"
1414
r0 = "1"

0 commit comments

Comments
 (0)