Fixing versions for cargo publish
This commit is contained in:
parent
5dbba806c7
commit
5dee78227b
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1337,7 +1337,7 @@ version = "2.2.1"
|
|||
|
||||
[[package]]
|
||||
name = "librqbit-core"
|
||||
version = "3.7.0"
|
||||
version = "3.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"directories",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue