Skip to content

Commit 64530af

Browse files
committed
Remove dependency on esp-hal/unstable
1 parent 3577b9d commit 64530af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

esp-radio/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Changed
1818

19+
- `esp-radio` no longer (directly) requires unstable `esp-hal` features (#?)
1920
- `phy_calibration_data` and `set_phy_calibration_data` are now marked as `unstable`. (#4463)
2021
- The `InitializationError::General` is replaced by `InitializationError::Internal` (#4467)
2122
- The `WifiError::InternalError` is removed and `InternalWifiError` was folded into `WifiError`, some variants renamed for clarity (#4467)

esp-radio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test = false
4141

4242
[dependencies]
4343
cfg-if = "1"
44-
esp-hal = { version = "1.0.0", path = "../esp-hal", default-features = false, features = ["requires-unstable"] }
44+
esp-hal = { version = "1.0.0", path = "../esp-hal", default-features = false }
4545
portable-atomic = { version = "1.11", default-features = false }
4646
enumset = { version = "1.1", default-features = false, optional = true }
4747
critical-section = { version = "1", default-features = false }

0 commit comments

Comments
 (0)