diff options
author | Matous Hybl <hyblmatous@gmail.com> | 2021-12-12 15:32:36 +0100 |
---|---|---|
committer | Matous Hybl <hyblmatous@gmail.com> | 2021-12-12 15:32:36 +0100 |
commit | e95b96f3a4fb7f057529b8c7d892aa544b3fd68b (patch) | |
tree | 1d4a2da04fa9046d5202493474c45bc46c15a07a /embassy-net | |
parent | dce3f8c47df611b51c47559ba8f4c301eb86af95 (diff) | |
download | embassy-e95b96f3a4fb7f057529b8c7d892aa544b3fd68b.zip |
Use smoltcp 0.8.0 from crates.io.
Diffstat (limited to 'embassy-net')
-rw-r--r-- | embassy-net/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index e40d116c..01862b6e 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml @@ -34,8 +34,7 @@ futures = { version = "0.3.17", default-features = false, features = atomic-pool = "0.2.1" [dependencies.smoltcp] -git = "https://github.com/smoltcp-rs/smoltcp" -rev = "3644b94b82d9433313c75281fdc78942c2450bdf" +version = "0.8.0" default-features = false features = [ "proto-ipv4", |