Skip to content

Commit bea71a1

Browse files
authored
Bump embassy-embedded-hal version to 0.5.0 in esp-hal deps (#4075)
1 parent 15096b2 commit bea71a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

esp-hal/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5555
- `RtcSlowClock::RtcSlowClockRtc` has been renamed to `RtcSlowClock::RtcSlowClockRcSlow` (#3993)
5656
- The `Raw: RawChannelAccess` of `rmt::Channel` has been erased; channel numbers are always dynamic now. (#3980)
5757
- ESP32-S2: `i2s::master::DataFormat` now includes 8-bit and 24-bit data widths (#3985)
58+
- Bump `embassy-embedded-hal` to v0.5.0 (#4075)
5859

5960
### Fixed
6061

esp-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sha2 = { version = "0.10", default-features = false, optiona
6868
# Optional dependencies that enable ecosystem support.
6969
# We could support individually enabling them, but there is no big downside to just
7070
# enabling them all via the `unstable` feature.
71-
embassy-embedded-hal = { version = "0.3.0", optional = true }
71+
embassy-embedded-hal = { version = "0.5.0", optional = true }
7272
embedded-io = { version = "0.6.1", optional = true }
7373
embedded-io-async = { version = "0.6.1", optional = true }
7474
rand_core-06 = { package = "rand_core", version = "0.6.4", optional = true }

0 commit comments

Comments
 (0)