소스 검색

crate: update optional dependency `riscv` to 0.10.1

version 0.9.0 and 0.10.0 have been yanked
luojia65 2 년 전
부모
커밋
74bdd03f4c
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.10.0", optional = true }
+riscv = { version = "0.10.1", optional = true }
 
 [features]
 default = ["machine"]