Browse Source

crate: use riscv crate v0.9.0

luojia65 2 years ago
parent
commit
abb293dff2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Cargo.toml

+ 1 - 3
Cargo.toml

@@ -16,9 +16,7 @@ categories = ["os", "embedded", "hardware-support", "no-std"]
 edition = "2021"
 
 [dependencies]
-riscv = { git = "https://github.com/rust-embedded/riscv", rev = "e38a68d" }
-# todo: change to a release version when the fix is released (https://github.com/rust-embedded/riscv/pull/112)
-# riscv = "0.8.1"
+riscv = "0.9.0"
 sbi-spec = "0.0.3"
 
 [features]