Remove redundant feature (#2297)
This commit is contained in:
parent
754d8aa585
commit
16f277915b
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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"]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user