Skip to content

Commit

Permalink
Remove unused defmt features
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Jan 23, 2022
1 parent 19aef6d commit 39572a1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mqttrust_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,4 @@ default = []

std = []

defmt-impl = ["defmt", "mqttrust/defmt-impl", "heapless/defmt-impl"]

defmt-default = ["defmt-impl"]
defmt-trace = ["defmt-impl"]
defmt-debug = ["defmt-impl"]
defmt-info = ["defmt-impl"]
defmt-warn = ["defmt-impl"]
defmt-error = ["defmt-impl"]
defmt-impl = ["defmt", "mqttrust/defmt-impl", "heapless/defmt-impl", "fugit/defmt"]

0 comments on commit 39572a1

Please sign in to comment.