|
@@ -1,7 +1,7 @@
|
|
|
[package]
|
|
|
name = "rustsbi"
|
|
|
description = "Minimal RISC-V's SBI implementation library in Rust"
|
|
|
-version = "0.3.0-alpha.2"
|
|
|
+version = "0.3.0-alpha.3"
|
|
|
authors = [
|
|
|
"Luo Jia <[email protected]>",
|
|
|
"Campbell He <[email protected]>",
|
|
@@ -16,7 +16,7 @@ categories = ["os", "embedded", "hardware-support", "no-std"]
|
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
|
-riscv = { git = "https://github.com/rust-embedded/riscv", commit = "e38a68d" }
|
|
|
+riscv = { git = "https://github.com/rust-embedded/riscv", rev = "e38a68d" }
|
|
|
# todo: change to a release version when the fix is released
|
|
|
# riscv = "0.8"
|
|
|
sbi-spec = "0.0.2"
|