Merge pull request #374 from av-gal/main

Include crate version in client fingerprint portion of `peer_id`
This commit is contained in:
Igor Katson 2025-06-02 09:00:55 +01:00 committed by GitHub
commit 3fa55bdc14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 170 additions and 24 deletions

View file

@ -52,7 +52,7 @@ home = { version = "=0.5.5", optional = true }
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
tracker_comms = { path = "../tracker_comms", default-features = false, package = "librqbit-tracker-comms", version = "2.1" }
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
librqbit-core = { path = "../librqbit_core", default-features = false, version = "4.1" }
librqbit-core = { path = "../librqbit_core", default-features = false, version = "5" }
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.2" }
sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "4.1" }