Skip to content

Commit 30177aa

Browse files
bors[bot]adamgreig
andauthored
Merge #245
245: Change macros crate to same version as cortex-m-rt r=jonas-schievink a=adamgreig Closes #244 Co-authored-by: Adam Greig <[email protected]>
2 parents e1994fb + 89dcee6 commit 30177aa

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
@@ -17,7 +17,7 @@ autoexamples = true
1717

1818
[dependencies]
1919
r0 = "0.2.2"
20-
cortex-m-rt-macros = { path = "macros", version = "0.1" }
20+
cortex-m-rt-macros = { path = "macros", version = "=0.6.11" }
2121

2222
[dev-dependencies]
2323
cortex-m = "0.6"

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.7"
10+
version = "0.6.11"
1111
edition = "2018"
1212

1313
[lib]

0 commit comments

Comments
 (0)