Ver Fonte

Use git version.

David Craven há 7 anos atrás
pai
commit
f210ac26b1
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      riscv-rt/Cargo.toml

+ 3 - 1
riscv-rt/Cargo.toml

@@ -10,4 +10,6 @@ license = "ISC"
 
 [dependencies]
 r0 = "^0.2.1"
-riscv = "^0.1.3"
+
+[dependencies.riscv]
+git = "https://github.com/dvc94ch/riscv"