Skip to content

Commit 5b51e36

Browse files
committed
bump cortex-m-rt-macros
1 parent e649e16 commit 5b51e36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-m-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ autoexamples = true
1313

1414
[dependencies]
1515
r0 = "0.2.2"
16-
cortex-m-rt-macros = { path = "macros", version = "0.1.3" }
16+
cortex-m-rt-macros = { path = "macros", version = "0.1.4" }
1717

1818
[dev-dependencies]
1919
cortex-m = "0.5.7"

cortex-m-rt/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt-macros"
99
repository = "https://github.com/japaric/cortex-m-rt"
10-
version = "0.1.3"
10+
version = "0.1.4"
1111

1212
[lib]
1313
proc-macro = true

0 commit comments

Comments
 (0)