Explorar el Código

Use newer riscv crate

Vadim Kaushan hace 6 años
padre
commit
0bc07597ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = []