From 0e2ec688fbcf7fd1d637b65cd9ff8361cf864bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 21 Aug 2023 16:53:31 +0200 Subject: [PATCH] fix(build): socket2 compile error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 360340d71d..1856e4e64f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ sha2 = { version = "0.10.6", features = ["oid"] } signature = "=1.6.4" slab = "0.4" smallvec = "1.8" -socket2 = "0.4.7" +socket2 = { version = "0.4.7", features = ["all"] } tar = "=0.4.38" tempfile = "3.4.0" thiserror = "1.0.40"