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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)