Trying to fix docker build

This commit is contained in:
Igor Katson 2024-08-27 18:52:33 +01:00
parent 53f21cfb2a
commit dbf5f725c0
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -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"