Skip to content

Commit 2ab17b8

Browse files
authored
Merge pull request #147 from nrf-rs/dependabot/cargo/nrf51-hal-0.18.0
Update nrf51-hal requirement from 0.17.1 to 0.18.0
2 parents 0b579e4 + 9fbc2a8 commit 2ab17b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
(no changes)
10+
- Update HAL crates to 0.18.0.
1111

1212
## [0.14.0] - 2024-04-18
1313

microbit-common/Cargo.toml

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

3232
[dependencies.nrf51-hal]
3333
optional = true
34-
version = "0.17.1"
34+
version = "0.18.0"
3535
default-features = false
3636
features = ["rt", "xxAB-package"]
3737

3838
[dependencies.nrf52833-hal]
3939
optional = true
40-
version = "0.17.1"
40+
version = "0.18.0"
4141
default-features = false
4242
features = ["rt"]
4343

0 commit comments

Comments
 (0)