Skip to content

Commit

Permalink
Merge pull request #3442 from embassy-rs/Dirbaio-patch-1
Browse files Browse the repository at this point in the history
net: automatically enable defmt/ip_in_core
  • Loading branch information
Dirbaio authored Oct 22, 2024
2 parents d7692b1 + c94c551 commit 6da53f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embassy-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default = []
std = []

## Enable defmt
defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03"]
defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt", "heapless/defmt-03", "defmt?/ip_in_core"]

## Trace all raw received and transmitted packets using defmt or log.
packet-trace = []
Expand Down Expand Up @@ -65,7 +65,7 @@ multicast = ["smoltcp/multicast"]

[dependencies]

defmt = { version = "0.3", optional = true }
defmt = { version = "0.3.8", optional = true }
log = { version = "0.4.14", optional = true }

smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850cd1cf39cd33d4721a4a8d5", default-features = false, features = [
Expand Down

0 comments on commit 6da53f0

Please sign in to comment.