Skip to content

Commit 6db1764

Browse files
committed
Cleanup Cargo features and optionals
* Make sure all optional dependencies are not exposed automatically, but rather explicit
1 parent 8480a33 commit 6db1764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embedded-io/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ categories = [
1414
[features]
1515
std = ["alloc"]
1616
alloc = []
17+
defmt-03 = ["dep:defmt-03"]
1718

1819
[dependencies]
1920
defmt-03 = { package = "defmt", version = "0.3", optional = true }

0 commit comments

Comments
 (0)