Browse Source

Use newer riscv crate

Vadim Kaushan 6 years ago
parent
commit
0bc07597ee
1 changed files with 1 additions and 1 deletions
  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 = []