Explorar el Código

Update riscv-rt-macros dependency

Vadim Kaushan hace 5 años
padre
commit
968594090e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      riscv-rt/Cargo.toml

+ 1 - 1
riscv-rt/Cargo.toml

@@ -11,7 +11,7 @@ license = "ISC"
 [dependencies]
 r0 = "0.2.2"
 riscv = "0.5.3"
-riscv-rt-macros = { path = "macros", version = "0.1.5" }
+riscv-rt-macros = { path = "macros", version = "0.1.6" }
 
 [features]
 inline-asm = ["riscv/inline-asm"]