aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/macros
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/macros')
-rw-r--r--cortex-m-rt/macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml
index 0875b18..c53ec89 100644
--- a/cortex-m-rt/macros/Cargo.toml
+++ b/cortex-m-rt/macros/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rt-macros"
repository = "https://github.com/japaric/cortex-m-rt"
-version = "0.1.5"
+version = "0.1.6"
[lib]
proc-macro = true
@@ -25,4 +25,4 @@ version = "0.5.5"
default-features = false
[dev-dependencies]
-cortex-m-rt = { path = "..", version = "0.6.0" }
+cortex-m-rt = { path = "..", version = "0.6" }