We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440d3a5 commit 72f6a3eCopy full SHA for 72f6a3e
cortex-a-rt/CHANGELOG.md
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
-No changes
+## [v0.1.2]
11
+
12
+### Changed
13
14
+- MSRV is now Rust 1.83
15
+- Uses cortex-ar 0.3
16
17
## [v0.1.1]
18
cortex-a-rt/Cargo.toml
@@ -12,7 +12,7 @@ readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-ar.git"
homepage = "https://github.com/rust-embedded/cortex-ar.git"
rust-version = "1.83"
-version = "0.1.1"
+version = "0.1.2"
[dependencies]
cortex-ar = { version = "0.3.0", path = "../cortex-ar" }
0 commit comments