Skip to content

Commit

Permalink
Merge pull request #494 from nyurik/cargo-fixes
Browse files Browse the repository at this point in the history
Cleanup Cargo features and optionals
  • Loading branch information
eldruin authored Sep 6, 2023
2 parents 9ac4dc2 + 6db1764 commit 030a232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedded-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ categories = [
[features]
std = ["alloc"]
alloc = []
defmt-03 = ["dep:defmt-03"]

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

0 comments on commit 030a232

Please sign in to comment.