Prepare esp-wifi 0.7.1 (#1820)

* Prepare esp-wifi 0.7.1

* CHANGELOG.md
This commit is contained in:
Björn Quentin 2024-07-17 12:57:15 +02:00 committed by GitHub
parent 884db5aa32
commit 2c8bb07be2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

View File

@ -10,10 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Fixed
### Removed
## 0.7.1 - 2024-07-17
### Added
### Changed
- Check no password is set when using `AuthMethod::None`(#1806)
### Fixed
- Downgrade `embedded-svc` to 0.27.1 (#1820)
### Removed
## 0.7.0 - 2024-07-15

View File

@ -1,6 +1,6 @@
[package]
name = "esp-wifi"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["The ESP-RS team"]
description = "A WiFi, Bluetooth and ESP-NOW driver for use with Espressif chips and bare-metal Rust"
@ -20,7 +20,7 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
], optional = true }
critical-section = "1.1.2"
log = { version = "0.4.22", optional = true }
embedded-svc = { version = "0.28.0", default-features = false, features = [
embedded-svc = { version = "0.27.1", default-features = false, features = [
], optional = true }
enumset = { version = "1.1.3", default-features = false, optional = true }
linked_list_allocator = { version = "0.10.5", default-features = false, features = [