aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cortex-m-rt/Cargo.toml2
-rw-r--r--cortex-m-rt/macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index 8fff433..787250c 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -13,7 +13,7 @@ autoexamples = true
[dependencies]
r0 = "0.2.2"
-cortex-m-rt-macros = { path = "macros", version = "0.1.3" }
+cortex-m-rt-macros = { path = "macros", version = "0.1.4" }
[dev-dependencies]
cortex-m = "0.5.7"
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml
index 017575c..02e80b4 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.3"
+version = "0.1.4"
[lib]
proc-macro = true