Skip to content

Commit 030a232

Browse files
authored
Merge pull request #494 from nyurik/cargo-fixes
Cleanup Cargo features and optionals
2 parents 9ac4dc2 + 6db1764 commit 030a232

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)