aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-net')
-rw-r--r--embassy-net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml
index 5d391698c..c64075b93 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -34,7 +34,7 @@ atomic-pool = "0.2.0"
34 34
35[dependencies.smoltcp] 35[dependencies.smoltcp]
36git = "https://github.com/smoltcp-rs/smoltcp" 36git = "https://github.com/smoltcp-rs/smoltcp"
37rev = "ec59aba5e10cf91df0c9253d9c2aca4dd143d2ff" 37rev = "e4241510337e095b9d21136c5f58b2eaa1b78479"
38default-features = false 38default-features = false
39features = [ 39features = [
40 "proto-ipv4", 40 "proto-ipv4",