Skip to content

Commit 8a63daf

Browse files
committed
Update HAL crates.
1 parent 1dd1577 commit 8a63daf

File tree

3 files changed

+14
-25
lines changed

3 files changed

+14
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- Bumped MSRV to 1.81.0.
1212
- Add metadata for docs.rs
1313
- Bumped dependencies in `examples/` to latest versions.
14+
- Update HAL crates to 0.19.0.
1415

1516
## [0.15.1] - 2024-08-05
1617

Cargo.lock

Lines changed: 11 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

microbit-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ embedded-hal = "1.0.0"
2222

2323
[dependencies.nrf51-hal]
2424
optional = true
25-
version = "0.18.0"
25+
version = "0.19.0"
2626
default-features = false
2727
features = ["rt", "xxAB-package"]
2828

2929
[dependencies.nrf52833-hal]
3030
optional = true
31-
version = "0.18.0"
31+
version = "0.19.0"
3232
default-features = false
3333
features = ["rt"]
3434

0 commit comments

Comments
 (0)