Skip to content

Commit 71967ed

Browse files
authored
Merge pull request #56 from rust-embedded/try-fixing-cortex-a-rt-docs
build docs for tier 2 armv7a-none-eabi
2 parents ecd43a0 + 45f4b81 commit 71967ed

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

cortex-a-rt/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
No changes
1111

12+
## [v0.1.1]
13+
14+
Patch release to fix documentation build on `docs.rs`.
15+
1216
## [v0.1.0]
1317

1418
Initial release
1519

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
1722
[v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-a-rt-v0.1.0

cortex-a-rt/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.82"
15-
version = "0.1.0"
15+
version = "0.1.1"
1616

1717
[dependencies]
1818
cortex-ar = {version = "0.2.0", path = "../cortex-ar"}
@@ -29,4 +29,4 @@ vfp-dp = []
2929
arm-targets = {version = "0.2.0", path = "../arm-targets"}
3030

3131
[package.metadata.docs.rs]
32-
targets = ["armv7a-none-eabihf"]
32+
targets = ["armv7a-none-eabi"]

0 commit comments

Comments
 (0)