Selaa lähdekoodia

Bump version to 0.1.3

David Craven 7 vuotta sitten
vanhempi
commit
801cb5a16b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      riscv-rt/Cargo.toml

+ 2 - 2
riscv-rt/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "riscv-rt"
-version = "0.1.2"
+version = "0.1.3"
 repository = "https://github.com/dvc94ch/riscv-rt"
 authors = ["David Craven <david@craven.ch>"]
 categories = ["embedded", "no-std"]
@@ -10,4 +10,4 @@ license = "ISC"
 
 [dependencies]
 r0 = "^0.2.1"
-riscv = "^0.1.1"
+riscv = "^0.1.3"