Fixing versions for cargo publish

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

2
Cargo.lock generated
View file

@ -1337,7 +1337,7 @@ version = "2.2.1"
[[package]]
name = "librqbit-core"
version = "3.7.0"
version = "3.8.0"
dependencies = [
"anyhow",
"directories",

View file

@ -22,7 +22,7 @@ rust-tls = ["reqwest/rustls-tls"]
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "2.2.2" }
tracker_comms = { path = "../tracker_comms", default-features = false, package = "librqbit-tracker-comms", version = "1.0.2" }
buffers = { path = "../buffers", package = "librqbit-buffers", version = "3.0.0" }
librqbit-core = { path = "../librqbit_core", version = "3.7.0" }
librqbit-core = { path = "../librqbit_core", version = "3.8.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.3" }
sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "3.0.0" }

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit-core"
version = "3.7.0"
version = "3.8.0"
edition = "2021"
description = "Important utilities used throughout librqbit useful for working with torrents."
license = "Apache-2.0"