5.6.1 versioning fixups

This commit is contained in:
Igor Katson 2024-04-23 23:16:45 +01:00
parent c60b380897
commit 5dbba806c7
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -1384,7 +1384,7 @@ dependencies = [
[[package]]
name = "librqbit-peer-protocol"
version = "3.5.2"
version = "3.5.3"
dependencies = [
"anyhow",
"bincode",

View file

@ -24,7 +24,7 @@ tracker_comms = { path = "../tracker_comms", default-features = false, package =
buffers = { path = "../buffers", package = "librqbit-buffers", version = "3.0.0" }
librqbit-core = { path = "../librqbit_core", version = "3.7.0" }
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "2.2.1" }
peer_binary_protocol = { path = "../peer_binary_protocol", package = "librqbit-peer-protocol", version = "3.5.2" }
peer_binary_protocol = { path = "../peer_binary_protocol", package = "librqbit-peer-protocol", version = "3.5.3" }
sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "3.0.0" }
dht = { path = "../dht", package = "librqbit-dht", version = "5.0.3" }
librqbit-upnp = { path = "../upnp", version = "0.1.0" }

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit-peer-protocol"
version = "3.5.2"
version = "3.5.3"
edition = "2021"
description = "Protocol for working with torrent peers. Used in rqbit torrent client."
license = "Apache-2.0"

View file

@ -21,7 +21,7 @@ default-tls = ["librqbit/default-tls"]
rust-tls = ["librqbit/rust-tls"]
[dependencies]
librqbit = { path = "../librqbit", default-features = false, version = "5.6.0" }
librqbit = { path = "../librqbit", default-features = false, version = "5.6.1" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
console-subscriber = { version = "0.2", optional = true }
anyhow = "1"

View file

@ -1931,7 +1931,7 @@ dependencies = [
[[package]]
name = "librqbit-peer-protocol"
version = "3.5.2"
version = "3.5.3"
dependencies = [
"anyhow",
"bincode",