瀏覽代碼

macros: initial version of 0.0.0

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 年之前
父節點
當前提交
e86c7f1a12
共有 2 個文件被更改,包括 2 次插入2 次删除
  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]>",
 ]