Browse Source

crate: prepare for release v0.3.0-alpha.2

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

+ 2 - 2
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "rustsbi"
 description = "Minimal RISC-V's SBI implementation library in Rust"
-version = "0.3.0-alpha.1"
+version = "0.3.0-alpha.2"
 authors = [
     "Luo Jia <[email protected]>",
     "Campbell He <[email protected]>",
@@ -17,7 +17,7 @@ edition = "2021"
 
 [dependencies]
 riscv = "0.8"
-sbi-spec = "0.0.1"
+sbi-spec = "0.0.2"
 
 [features]
 default = []