Kaynağa Gözat

macros: prepare for release version 0.0.1

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 10 ay önce
ebeveyn
işleme
99c5f081a5
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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" }
 riscv = { version = "0.11.0", optional = true }
 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]
 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.0.0"
+version = "0.0.1"
 authors = [
     "Luo Jia <[email protected]>",
 ]