From 0027c5ac4e36d5c765dd8c22ce4e18df47e2ba2f Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Mon, 17 Apr 2023 22:37:39 +0200 Subject: [PATCH] Use smoltcp origin after feature merge --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 095ed9b..67bf2ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] } nix = { version = "0.26", features = ["process", "signal"] } prctl = "1.0" -smoltcp = { version = "0.9", git = "https://github.com/blechschmidt/smoltcp", branch = "android", features = ["std"] } +smoltcp = { version = "0.9", git = "https://github.com/smoltcp-rs/smoltcp", features = ["std"] } thiserror = "1.0" url = "2.3"