Selaa lähdekoodia

Use newer riscv crate

Vadim Kaushan 6 vuotta sitten
vanhempi
commit
0bc07597ee
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 = []