Remove redundant feature (#2297)

This commit is contained in:
Dániel Buga 2024-10-08 09:31:47 +02:00 committed by GitHub
parent 754d8aa585
commit 16f277915b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `cfg_toml` configuration system has been removed in favour of [esp-config](https://docs.rs/esp-config) (#2156) - `cfg_toml` configuration system has been removed in favour of [esp-config](https://docs.rs/esp-config) (#2156)
- Removed the `embedded-svc` traits and feature (#2235) - Removed the `embedded-svc` traits and feature (#2235)
- Removed the `log` feature from default features (#2253) - Removed the `log` feature from default features (#2253)
- Removed the `enumset` feature (#2297)
## 0.9.1 - 2024-09-03 ## 0.9.1 - 2024-09-03

View File

@ -137,8 +137,6 @@ smoltcp = ["dep:smoltcp"]
## Provide utilities for smoltcp initialization. Adds smoltcp dependency ## Provide utilities for smoltcp initialization. Adds smoltcp dependency
utils = ["smoltcp"] utils = ["smoltcp"]
enumset = []
## Enable WiFi support ## Enable WiFi support
wifi = ["dep:enumset", "dep:no-std-net"] wifi = ["dep:enumset", "dep:no-std-net"]