Skip to content

Commit

Permalink
Merge pull request #90 from GPTechinno/master
Browse files Browse the repository at this point in the history
propagate defmt feature to heapless
  • Loading branch information
ryan-summers committed Aug 6, 2024
2 parents 534a12a + cf3ea2d commit fc22308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ features = ["derive"]
version = "1.0.100"

[dependencies.defmt]
version = "0.3.5"
default-features = false
version = "0.3"
optional = true

[dev-dependencies]
Expand All @@ -37,3 +36,4 @@ serde_derive = "1.0.100"
default = ["heapless"]
custom-error-messages = ["heapless"]
std = ["serde/std"]
defmt = ["dep:defmt", "heapless?/defmt-03"]

0 comments on commit fc22308

Please sign in to comment.