Skip to content

Commit 72f39f9

Browse files
committed
build: update rustsbi
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent 6743ca4 commit 72f39f9

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Cargo.lock

Lines changed: 9 additions & 8 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ 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/YdrMaster/rustsbi.git", rev = "bd3c092" }
9+
rustsbi = { git = "https://github.com/rustsbi/rustsbi", rev = "af60b02", features = [
10+
"legacy",
11+
] }
1012
riscv = "0.8"
1113
spin = "0.9"
1214
r0 = "1"

0 commit comments

Comments
 (0)