From e63be1a288b19c8c844661186d58854c740c564a Mon Sep 17 00:00:00 2001 From: e1732a364fed <75717694+e1732a364fed@users.noreply.github.com> Date: Thu, 1 Jan 2099 00:00:00 +0000 Subject: [PATCH] try fix lwip windows compile bug --- rucimp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rucimp/Cargo.toml b/rucimp/Cargo.toml index 263fc5f..e68d434 100644 --- a/rucimp/Cargo.toml +++ b/rucimp/Cargo.toml @@ -139,6 +139,7 @@ use-native-tls = ["native-tls", "tokio-native-tls"] native-tls-vendored = ["native-tls/vendored", "tokio-native-tls/vendored"] +[target.'cfg(not(all(target_os = "windows", target_env = "msvc")))'.features] lwip = ["netstack-lwip"]