aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/macros
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2019-11-01 16:22:08 +0000
committerGravatar GitHub <noreply@github.com> 2019-11-01 16:22:08 +0000
commit6e85987c9fe3f3d900f8843a1c3485e2140413ea (patch)
tree2507550175886a36c4e636c0de3e196be4bd1468 /cortex-m-rt/macros
parent977e2bc8aae1c13e07a4f60d52b215e0e549bcd4 (diff)
parentdde955d737b328422a2a8feade18da11c3ccb4f7 (diff)
downloadcortex-m-6e85987c9fe3f3d900f8843a1c3485e2140413ea.tar.gz
cortex-m-6e85987c9fe3f3d900f8843a1c3485e2140413ea.tar.zst
cortex-m-6e85987c9fe3f3d900f8843a1c3485e2140413ea.zip
Merge #209
209: Bump cortex-m-rt-macro version to 0.1.6 for release r=korken89 a=therealprof Closes #206 Signed-off-by: Daniel Egger <daniel@eggers-club.de> Co-authored-by: Daniel Egger <daniel@eggers-club.de>
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" }