Ver Fonte

Bump version to 0.1.3

David Craven há 7 anos atrás
pai
commit
801cb5a16b
1 ficheiros alterados com 2 adições e 2 exclusões
  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"