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.
2 parents 0b579e4 + 9fbc2a8 commit 2ab17b8Copy full SHA for 2ab17b8
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
-(no changes)
+- Update HAL crates to 0.18.0.
11
12
## [0.14.0] - 2024-04-18
13
microbit-common/Cargo.toml
@@ -31,13 +31,13 @@ embedded-hal = "1.0.0"
31
32
[dependencies.nrf51-hal]
33
optional = true
34
-version = "0.17.1"
+version = "0.18.0"
35
default-features = false
36
features = ["rt", "xxAB-package"]
37
38
[dependencies.nrf52833-hal]
39
40
41
42
features = ["rt"]
43
0 commit comments