Explorar o código

Merge pull request #37 from luojia65/main

fix: marchid, mimpid registers in base extension
YdrMaster %!s(int64=2) %!d(string=hai) anos
pai
achega
505a192c06
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Cargo.toml

+ 3 - 1
Cargo.toml

@@ -16,7 +16,9 @@ categories = ["os", "embedded", "hardware-support", "no-std"]
 edition = "2021"
 
 [dependencies]
-riscv = "0.8"
+riscv = { git = "[email protected]:rust-embedded/riscv.git", commit = "e38a68d" }
+# todo: change to a release version when the fix is released
+# riscv = "0.8"
 sbi-spec = "0.0.2"
 
 [features]