File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ version = "0.1.1"
16
16
17
17
[dependencies ]
18
18
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 " }
20
20
21
21
[features ]
22
22
# Enable the FPU on start-up, even on a soft-float EABI target
Original file line number Diff line number Diff line change @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- No changes
10
+ ## [ v0.1.1]
11
+
12
+ - Correctly note MSRV as 1.83
11
13
12
14
## [ v0.1.0]
13
15
14
16
Initial release
15
17
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
17
20
[ v0.1.0 ] : https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-ar-rt-macros-v0.1.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ readme = "README.md"
12
12
repository = " https://github.com/rust-embedded/cortex-ar.git"
13
13
homepage = " https://github.com/rust-embedded/cortex-ar.git"
14
14
rust-version = " 1.83"
15
- version = " 0.1.0 "
15
+ version = " 0.1.1 "
16
16
17
17
[lib ]
18
18
proc-macro = true
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ version = "0.2.0"
25
25
26
26
[dependencies ]
27
27
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 " }
29
29
30
30
[features ]
31
31
# Enable the FPU on start-up, even on a soft-float EABI target
You can’t perform that action at this time.
0 commit comments