浏览代码

crate: update optional dependency `riscv` to 0.10.0

This dependency is only used when `machine` feature is enabled.
Luo Jia / Zhouqi Jiang 2 年之前
父节点
当前提交
222fd128ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -17,7 +17,7 @@ edition = "2021"
 
 [dependencies]
 sbi-spec = "0.0.4"
-riscv = { version = "0.9.0", optional = true }
+riscv = { version = "0.10.0", optional = true }
 
 [features]
 default = ["machine"]