File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
26
26
- Servo example using TIMER, GPIOTE and PPI
27
27
- (NFC) GitHub CI changes
28
28
- 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.
32
32
- Update debug tooling from probe-run to probe-rs
33
33
34
34
## [ 0.13.0] - 2022-05-24
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ embedded-hal = "1.0.0"
30
30
31
31
[dependencies .nrf51-hal ]
32
32
optional = true
33
- version = " 0.17.0 "
33
+ version = " 0.17.1 "
34
34
default-features = false
35
35
features = [" rt" , " xxAB-package" ]
36
36
37
37
[dependencies .nrf52833-hal ]
38
38
optional = true
39
- version = " 0.17.0 "
39
+ version = " 0.17.1 "
40
40
default-features = false
41
41
features = [" rt" ]
42
42
You can’t perform that action at this time.
0 commit comments