fixing cargo publish

This commit is contained in:
Igor Katson 2025-01-06 17:37:40 +00:00
parent a4829c6997
commit 559d933ac5
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -53,7 +53,7 @@ tracker_comms = { path = "../tracker_comms", default-features = false, package =
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
librqbit-core = { path = "../librqbit_core", default-features = false, version = "4.1" }
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "3" }
peer_binary_protocol = { path = "../peer_binary_protocol", default-features = false, package = "librqbit-peer-protocol", version = "4.1" }
peer_binary_protocol = { path = "../peer_binary_protocol", default-features = false, package = "librqbit-peer-protocol", version = "4.2" }
sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "4.1" }
dht = { path = "../dht", package = "librqbit-dht", default-features = false, version = "5.2.0" }
librqbit-upnp = { path = "../upnp", version = "1" }