Prepare new radio related releases (#2328)

This commit is contained in:
Scott Mabin 2024-10-10 13:20:52 +01:00 committed by GitHub
parent 5af3d9ddf2
commit f29d539a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 6 deletions

View File

@ -15,7 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
## 0.4.0 - 2024-10-10
## 0.3.1 - 2024-10-10
- Bumped esp-wifi-sys to `v0.6.0`
## 0.3.0 - 2024-10-10 - YANKED
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "esp-ieee802154"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.76.0"
description = "Low-level IEEE 802.15.4 driver for the ESP32-C6 and ESP32-H2"
@ -20,7 +20,7 @@ byte = "0.2.7"
critical-section = "1.1.3"
document-features = "0.2.10"
esp-hal = { version = "0.21.0", path = "../esp-hal" }
esp-wifi-sys = { version = "0.5.0", git = "https://github.com/esp-rs/esp-wifi-sys", rev = "30d43461335cf5f58317dfc78a5397f48dae2e27" }
esp-wifi-sys = { version = "0.6.0" }
heapless = "0.8.0"
ieee802154 = "0.6.1"
cfg-if = "1.0.0"

View File

@ -15,7 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
## 0.10.0 - 2024-10-10
## 0.10.1 - 2024-10-10
### Changed
- Bumped esp-wifi-sys to `v0.6.0`
## 0.10.0 - 2024-10-10 - YANKED
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "esp-wifi"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
rust-version = "1.79.0"
authors = ["The ESP-RS team"]
@ -33,7 +33,7 @@ heapless = { version = "0.8.0", default-features = false, features = [
num-derive = { version = "0.4.2" }
num-traits = { version = "0.2.19", default-features = false }
no-std-net = { version = "0.6.0", optional = true }
esp-wifi-sys = { version = "0.5.0", git = "https://github.com/esp-rs/esp-wifi-sys", rev = "30d43461335cf5f58317dfc78a5397f48dae2e27" }
esp-wifi-sys = { version = "0.6.0" }
embassy-sync = { version = "0.6.0", optional = true }
embassy-net-driver = { version = "0.2.0", optional = true }
libm = "0.2.8"