|
@@ -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 = []
|