Skip to content

Commit dde955d

Browse files
committed
Bump cortex-m-rt-macro version to 0.1.6 for release
Closes #206 Signed-off-by: Daniel Egger <[email protected]>
1 parent 977e2bc commit dde955d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cortex-m-rt/Cargo.toml

+2-2
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.5" }
20+
cortex-m-rt-macros = { path = "macros", version = "0.1" }
2121

2222
[dev-dependencies]
2323
cortex-m = "0.6"
@@ -29,7 +29,7 @@ default-features = false
2929
version = "0.5.5"
3030

3131
[target.'cfg(not(target_os = "none"))'.dev-dependencies]
32-
compiletest_rs = "0.3.14"
32+
compiletest_rs = "0.3.25"
3333

3434
[[example]]
3535
name = "device"

cortex-m-rt/macros/Cargo.toml

+2-2
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.5"
10+
version = "0.1.6"
1111

1212
[lib]
1313
proc-macro = true
@@ -25,4 +25,4 @@ version = "0.5.5"
2525
default-features = false
2626

2727
[dev-dependencies]
28-
cortex-m-rt = { path = "..", version = "0.6.0" }
28+
cortex-m-rt = { path = "..", version = "0.6" }

0 commit comments

Comments
 (0)