Cargo.toml: update smoltcp to 0.5.0

master
Astro 2019-09-30 21:57:13 +02:00
parent 7f32591441
commit 2992688184
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ lexical-core = { version = "~0.6.1", default-features = false }
nom = { version = "~5", default-features = false }
[dependencies.smoltcp]
git = "https://github.com/m-labs/smoltcp"
rev = "cd893e6"
version = "0.5.0"
features = ["proto-ipv4", "socket-tcp"]
default-features = false