From a873963e5d214c23d4cfb91c4f70f36cfed1e794 Mon Sep 17 00:00:00 2001 From: konsti Date: Wed, 20 Mar 2024 22:25:09 +0100 Subject: [PATCH] Fix cargo warning (#2576) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56776cc4b062..4b6f576f0c2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ license = "MIT OR Apache-2.0" cache-key = { path = "crates/cache-key" } distribution-filename = { path = "crates/distribution-filename" } distribution-types = { path = "crates/distribution-types" } -install-wheel-rs = { path = "crates/install-wheel-rs" } +install-wheel-rs = { path = "crates/install-wheel-rs", default-features = false } once-map = { path = "crates/once-map" } pep440_rs = { path = "crates/pep440-rs" } pep508_rs = { path = "crates/pep508-rs" }