aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-07-17 21:40:57 -0400
committerIan McIntyre <me@mciantyre.dev>2025-07-17 21:40:57 -0400
commit8399ce2522887369677b7e0a4e52922d63221967 (patch)
tree8e7430fa1da5e4b4a643c4d2c25ec47652f6e6f3 /Cargo.toml
parentf3ae75ebd3410c83c5ad4d8b874061d25be95043 (diff)
Bump smoltcp to 0.12HEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f031df4..2904ca7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ mdio = "0.1"
defmt = "0.3"
[dependencies.smoltcp]
-version = "0.10"
+version = "0.12"
default-features = false
features = [
"medium-ethernet",