浏览代码

macros: prepare for release version 0.0.1

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang 11 月之前
父节点
当前提交
99c5f081a5
共有 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 = { version = "0.0.7", path = "sbi-spec" }
 sbi-spec = { version = "0.0.7", path = "sbi-spec" }
 riscv = { version = "0.11.0", optional = true }
 riscv = { version = "0.11.0", optional = true }
 sbi-rt = { version = "0.0.3", features = ["integer-impls"], optional = true, path = "sbi-rt" }
 sbi-rt = { version = "0.0.3", features = ["integer-impls"], optional = true, path = "sbi-rt" }
-rustsbi-macros = { version = "0.0.0", path = "macros" }
+rustsbi-macros = { version = "0.0.1", path = "macros" }
 
 
 [features]
 [features]
 default = []
 default = []

+ 1 - 1
macros/Cargo.toml

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