Skip to content

Commit 37fe060

Browse files
committed
Update HAL crates to 0.17.1.
1 parent 378bea7 commit 37fe060

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2626
- Servo example using TIMER, GPIOTE and PPI
2727
- (NFC) GitHub CI changes
2828
- Feature: Exposed all remaining peripherals for both boards.
29-
- Updated HAL crates to latest versions.
30-
- Updated to `embedded-hal` 1.0.
31-
- Updated magnetometer example to use `lsm303agr` 0.3.
29+
- Update HAL crates to 0.17.1.
30+
- Update to `embedded-hal` 1.0.
31+
- Update magnetometer example to use `lsm303agr` 0.3.
3232
- Update debug tooling from probe-run to probe-rs
3333

3434
## [0.13.0] - 2022-05-24

microbit-common/Cargo.toml

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

3131
[dependencies.nrf51-hal]
3232
optional = true
33-
version = "0.17.0"
33+
version = "0.17.1"
3434
default-features = false
3535
features = ["rt", "xxAB-package"]
3636

3737
[dependencies.nrf52833-hal]
3838
optional = true
39-
version = "0.17.0"
39+
version = "0.17.1"
4040
default-features = false
4141
features = ["rt"]
4242

0 commit comments

Comments
 (0)