Prepare new radio related releases (#2328)
This commit is contained in:
parent
5af3d9ddf2
commit
f29d539a78
@ -15,7 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Removed
|
### 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
|
### Added
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "esp-ieee802154"
|
name = "esp-ieee802154"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.76.0"
|
rust-version = "1.76.0"
|
||||||
description = "Low-level IEEE 802.15.4 driver for the ESP32-C6 and ESP32-H2"
|
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"
|
critical-section = "1.1.3"
|
||||||
document-features = "0.2.10"
|
document-features = "0.2.10"
|
||||||
esp-hal = { version = "0.21.0", path = "../esp-hal" }
|
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"
|
heapless = "0.8.0"
|
||||||
ieee802154 = "0.6.1"
|
ieee802154 = "0.6.1"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
|
|||||||
@ -15,7 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Removed
|
### 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
|
### Added
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "esp-wifi"
|
name = "esp-wifi"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.79.0"
|
rust-version = "1.79.0"
|
||||||
authors = ["The ESP-RS team"]
|
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-derive = { version = "0.4.2" }
|
||||||
num-traits = { version = "0.2.19", default-features = false }
|
num-traits = { version = "0.2.19", default-features = false }
|
||||||
no-std-net = { version = "0.6.0", optional = true }
|
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-sync = { version = "0.6.0", optional = true }
|
||||||
embassy-net-driver = { version = "0.2.0", optional = true }
|
embassy-net-driver = { version = "0.2.0", optional = true }
|
||||||
libm = "0.2.8"
|
libm = "0.2.8"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user