From f35a1be93e4ca25b1940c2eb4367a13846b34486 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 21 Nov 2023 13:59:24 +0800 Subject: [PATCH] Add socket2 feature "all" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8087b3..45633d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ http = "1.0" http-body = "1.0.0" bytes = "1" pin-project-lite = "0.2.4" -socket2 = { version = "0.5", optional = true } +socket2 = { version = "0.5", optional = true, features = ["all"] } tracing = { version = "0.1", default-features = false, features = ["std"] } tokio = { version = "1", optional = true, features = ["net", "rt", "time"] } tower-service = "0.3"