Skip to content

Commit

Permalink
Merge pull request #59 from NanaHigh/master
Browse files Browse the repository at this point in the history
build(deps): upgrade rustsbi 0.4.0 dependencies
  • Loading branch information
Alignof authored Oct 21, 2024
2 parents 211a56e + 7c808a5 commit a4aa550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linked_list_allocator = "0.10.5"
raki = "1.2.0"
riscv = "0.11.1"
riscv-rt = { git = "https://github.com/Alignof/riscv", branch = "fix/link_error_on_latest_rust" }
rustsbi = { version = "0.4.0-alpha.1", features = ["machine"] }
rustsbi = { version = "0.4.0", features = ["machine"] }
sbi-rt = "0.0.3"
sbi-spec = { version = "0.0.7", features = [ "legacy" ] }
spin = "0.9.8"

0 comments on commit a4aa550

Please sign in to comment.