aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-11-29 12:05:46 +0100
committerDario Nieuwenhuis <[email protected]>2022-11-29 12:05:46 +0100
commit3135ad016d580a2a5912c4ade8a1f61c1d0375d7 (patch)
treedee8d94dd62f26aa407e17eade51bec88d1b18a0 /embassy-net
parentcea29d7de3169cf2212128e0386e5d57053cc12d (diff)
Bump embedded-nal-async to 0.3.0
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 0ac53b50d..86d4aa105 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -52,7 +52,7 @@ stable_deref_trait = { version = "1.2.0", default-features = false }
52futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } 52futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] }
53atomic-pool = "1.0" 53atomic-pool = "1.0"
54atomic-polyfill = "1.0.1" 54atomic-polyfill = "1.0.1"
55embedded-nal-async = { git = "https://github.com/embassy-rs/embedded-nal.git", rev = "691601e550449a53ab3a7c5eaa0411aee0a64ed0", optional = true } 55embedded-nal-async = { version = "0.3.0", optional = true }
56 56
57[dependencies.smoltcp] 57[dependencies.smoltcp]
58version = "0.8.0" 58version = "0.8.0"