aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-12-07 00:12:20 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-12-07 00:12:20 +0100
commit5b51e36a43159775701cc8773277e362719100ba (patch)
tree367dd9d7bb25ca0c7e5eba6cc28f6b4b0b212515 /cortex-m-rt
parente649e1632fa8ddddd0e6d876ce944479ffe7d42a (diff)
downloadcortex-m-5b51e36a43159775701cc8773277e362719100ba.tar.gz
cortex-m-5b51e36a43159775701cc8773277e362719100ba.tar.zst
cortex-m-5b51e36a43159775701cc8773277e362719100ba.zip
bump cortex-m-rt-macros
Diffstat (limited to 'cortex-m-rt')
-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