mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-14 01:47:38 +00:00
Cleanup Cargo features and optionals
* Make sure all optional dependencies are not exposed automatically, but rather explicit
This commit is contained in:
parent
8480a33ee5
commit
6db1764555
@ -14,6 +14,7 @@ categories = [
|
||||
[features]
|
||||
std = ["alloc"]
|
||||
alloc = []
|
||||
defmt-03 = ["dep:defmt-03"]
|
||||
|
||||
[dependencies]
|
||||
defmt-03 = { package = "defmt", version = "0.3", optional = true }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user