From dbf5f725c0592657bfee77f41c6767a07132d32f Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 27 Aug 2024 18:52:33 +0100 Subject: [PATCH] Trying to fix docker build --- crates/rqbit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rqbit/Cargo.toml b/crates/rqbit/Cargo.toml index 6271c7a..5b75710 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -44,7 +44,7 @@ serde_json = "1" size_format = "1" bytes = "1.5.0" openssl = { version = "0.10", features = ["vendored"], optional = true } -upnp-serve = { path = "../upnp-serve", version = "0.1.0", package = "librqbit-upnp-serve" } +upnp-serve = { path = "../upnp-serve", default-features = false, version = "0.1.0", package = "librqbit-upnp-serve" } libc = "0.2.158" signal-hook = "0.3.17" tokio-util = "0.7.11"