Bläddra i källkod

macros: initial version of 0.0.0

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 år sedan
förälder
incheckning
e86c7f1a12
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      Cargo.toml
  2. 1 1
      macros/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -20,7 +20,7 @@ exclude = ["/.github"]
 sbi-spec = "0.0.7-alpha.3"
 riscv = { version = "0.10.1", optional = true }
 sbi-rt = { version = "0.0.3-rc.5", features = ["integer-impls"], optional = true }
-rustsbi-macros = { version = "0.4.0-alpha.1", path = "macros" }
+rustsbi-macros = { version = "0.0.0", path = "macros" }
 
 [features]
 default = []

+ 1 - 1
macros/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "rustsbi-macros"
 description = "Proc-macros for RustSBI, a RISC-V SBI implementation library in Rust"
-version = "0.4.0-alpha.1"
+version = "0.0.0"
 authors = [
     "Luo Jia <[email protected]>",
 ]