Browse Source

[macros] Bump version (0.1.6)

Vadim Kaushan 5 years ago
parent
commit
f433e3d248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      riscv-rt/macros/Cargo.toml

+ 1 - 1
riscv-rt/macros/Cargo.toml

@@ -10,7 +10,7 @@ keywords = ["riscv", "runtime", "startup"]
 license = "MIT OR Apache-2.0"
 name = "riscv-rt-macros"
 repository = "https://github.com/rust-embedded/riscv-rt"
-version = "0.1.5"
+version = "0.1.6"
 
 [lib]
 proc-macro = true