Skip to content

Commit 72f6a3e

Browse files
Update cortex-a-rt to 0.1.2
1 parent 440d3a5 commit 72f6a3e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

cortex-a-rt/CHANGELOG.md

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

88
## [Unreleased]
99

10-
No changes
10+
## [v0.1.2]
11+
12+
### Changed
13+
14+
- MSRV is now Rust 1.83
15+
- Uses cortex-ar 0.3
1116

1217
## [v0.1.1]
1318

cortex-a-rt/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.1"
15+
version = "0.1.2"
1616

1717
[dependencies]
1818
cortex-ar = { version = "0.3.0", path = "../cortex-ar" }

0 commit comments

Comments
 (0)