Browse Source

Use newer riscv crate

Vadim Kaushan 6 năm trước cách đây
mục cha
commit
0bc07597ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      riscv-rt/Cargo.toml

+ 1 - 1
riscv-rt/Cargo.toml

@@ -10,7 +10,7 @@ license = "ISC"
 
 [dependencies]
 r0 = "0.2.2"
-riscv = "0.3.0"
+riscv = "0.4.0"
 
 [features]
 inline-asm = []