Skip to content

Commit

Permalink
crate: update rustsbi to version 0.3.0-alpha.2
Browse files Browse the repository at this point in the history
bug fixes in sbi-rt crate
  • Loading branch information
luojia65 committed Jul 21, 2022
1 parent 05cbb4d commit 4b8aed5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions rustsbi-qemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustsbi = { git = "https://github.com/rustsbi/rustsbi", rev = "af60b02", features = [
"legacy",
] }
rustsbi = { version = "0.3.0-alpha.2", features = ["legacy"] }
riscv = "0.8"
spin = "0.9"
r0 = "1"
Expand Down
2 changes: 1 addition & 1 deletion test-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sbi-rt = { git = "https://github.com/rustsbi/sbi-rt.git", rev = "72b607c" }
sbi-rt = { git = "https://github.com/rustsbi/sbi-rt.git", rev = "2933f8d5" }
riscv = "0.8"
spin = "0.9"
r0 = "1"
Expand Down

0 comments on commit 4b8aed5

Please sign in to comment.