Skip to content

Commit 3efc931

Browse files
committed
Remove unnecessary features that we enable for smoltcp
1 parent d6e4ffa commit 3efc931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ defmt = { version = "0.3", optional = true }
3232
[dependencies.smoltcp]
3333
version = "0.8"
3434
default-features = false
35-
features = ["medium-ethernet", "proto-ipv4"]
3635
optional = true
3736

3837
[features]
@@ -75,6 +74,7 @@ cortex-m-rtic = "1.0"
7574
defmt-rtt = "0.4"
7675
panic-probe = { version = "0.3", features = [ "print-defmt" ] }
7776
systick-monotonic = "1.0"
77+
smoltcp = { version = "0.8", features = [ "medium-ethernet", "proto-ipv4", "socket-udp" ], default-features = false }
7878

7979
[[example]]
8080
name = "pktgen"

0 commit comments

Comments
 (0)