aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-net/Cargo.toml')
-rw-r--r--embassy-net/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml
index 2e21b4231..a33c693fc 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -68,7 +68,7 @@ multicast = ["smoltcp/multicast"]
68defmt = { version = "0.3", optional = true } 68defmt = { version = "0.3", optional = true }
69log = { version = "0.4.14", optional = true } 69log = { version = "0.4.14", optional = true }
70 70
71smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="dd43c8f189178b0ab3bda798ed8578b5b0a6f094", default-features = false, features = [ 71smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="b65e1b64dc9b66fa984a2ad34e90685cb0b606de", default-features = false, features = [
72 "socket", 72 "socket",
73 "async", 73 "async",
74] } 74] }
@@ -80,5 +80,5 @@ embedded-io-async = { version = "0.6.1" }
80 80
81managed = { version = "0.8.0", default-features = false, features = [ "map" ] } 81managed = { version = "0.8.0", default-features = false, features = [ "map" ] }
82heapless = { version = "0.8", default-features = false } 82heapless = { version = "0.8", default-features = false }
83embedded-nal-async = { version = "0.7.1" } 83embedded-nal-async = "0.8.0"
84document-features = "0.2.7" 84document-features = "0.2.7"