Skip to content

Commit 6e8e54f

Browse files
Update cortex-ar-rt-macros to 0.1.1
1 parent c119b6b commit 6e8e54f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

cortex-a-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "0.1.1"
1616

1717
[dependencies]
1818
cortex-ar = { version = "0.3.0", path = "../cortex-ar" }
19-
cortex-ar-rt-macros = { path = "../cortex-ar-rt-macros", version = "=0.1.0" }
19+
cortex-ar-rt-macros = { path = "../cortex-ar-rt-macros", version = "=0.1.1" }
2020

2121
[features]
2222
# Enable the FPU on start-up, even on a soft-float EABI target

cortex-ar-rt-macros/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
No changes
10+
## [v0.1.1]
11+
12+
- Correctly note MSRV as 1.83
1113

1214
## [v0.1.0]
1315

1416
Initial release
1517

16-
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-rt-macros-v0.1.0...HEAD
18+
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-rt-macros-v0.1.1...HEAD
19+
[v0.1.1]: https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-rt-macros-v0.1.0...cortex-ar-rt-macros-v0.1.1
1720
[v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-ar-rt-macros-v0.1.0

cortex-ar-rt-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
repository = "https://github.com/rust-embedded/cortex-ar.git"
1313
homepage = "https://github.com/rust-embedded/cortex-ar.git"
1414
rust-version = "1.83"
15-
version = "0.1.0"
15+
version = "0.1.1"
1616

1717
[lib]
1818
proc-macro = true

cortex-r-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version = "0.2.0"
2525

2626
[dependencies]
2727
cortex-ar = { version = "0.3.0", path = "../cortex-ar" }
28-
cortex-ar-rt-macros = {path = "../cortex-ar-rt-macros", version = "=0.1.0"}
28+
cortex-ar-rt-macros = { path = "../cortex-ar-rt-macros", version = "=0.1.1" }
2929

3030
[features]
3131
# Enable the FPU on start-up, even on a soft-float EABI target

0 commit comments

Comments
 (0)