Skip to content

Commit 9e8dbd4

Browse files
Merge #221
221: Version 0.6.11 r=therealprof a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents b851c3b + cb393f1 commit 9e8dbd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-m-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "cortex-m-rt"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-embedded/cortex-m-rt"
15-
version = "0.6.10"
15+
version = "0.6.11"
1616
autoexamples = true
1717

1818
[dependencies]

cortex-m-rt/macros/Cargo.toml

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

1313
[lib]

0 commit comments

Comments
 (0)