File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
No changes
11
11
12
+ ## [ v0.1.1]
13
+
14
+ Patch release to fix documentation build on ` docs.rs ` .
15
+
12
16
## [ v0.1.0]
13
17
14
18
Initial release
15
19
16
- [ Unreleased ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.0...HEAD
20
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.1...HEAD
21
+ [ v0.1.1 ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.0...cortex-a-rt-v0.1.1
17
22
[ v0.1.0 ] : https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-a-rt-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.82"
15
- version = " 0.1.0 "
15
+ version = " 0.1.1 "
16
16
17
17
[dependencies ]
18
18
cortex-ar = {version = " 0.2.0" , path = " ../cortex-ar" }
@@ -29,4 +29,4 @@ vfp-dp = []
29
29
arm-targets = {version = " 0.2.0" , path = " ../arm-targets" }
30
30
31
31
[package .metadata .docs .rs ]
32
- targets = [" armv7a-none-eabihf " ]
32
+ targets = [" armv7a-none-eabi " ]
You can’t perform that action at this time.
0 commit comments