Skip to content

Commit

Permalink
Upgrade smoltcp to 0.11.0
Browse files Browse the repository at this point in the history
Also remove extra "proto-ipv6" feature that is not needed by examples
  • Loading branch information
richardeoin committed Mar 3, 2024
1 parent 03b8dcf commit fcd495e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ fdcan = { version = "0.2", optional = true }
embedded-storage = "0.3"

[dependencies.smoltcp]
version = "0.10.0"
version = "0.11.0"
default-features = false
features = ["medium-ethernet", "proto-ipv4", "socket-raw"]
optional = true
@@ -84,11 +84,6 @@ embedded-graphics = "0.8"
otm8009a = "0.1"
eg-seven-segment = "0.2.0"

[dev-dependencies.smoltcp]
version = "0.10.0"
default-features = false
features = ["medium-ethernet", "proto-ipv4", "proto-ipv6", "socket-raw"]

[features]
default = ["rt"]
device-selected = []

0 comments on commit fcd495e

Please sign in to comment.