Update crate versions
Some checks failed
Release binaries for Linux and Docker / release-linux (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/amd64) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm/v7) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm64) (push) Has been cancelled
Release binaries for Linux and Docker / build-push-docker-multiarch (push) Has been cancelled
Release binaries for OSX / release-macos (push) Has been cancelled
Release binaries for Windows / release-windows (push) Has been cancelled
Release binaries for Linux and Docker / release-linux (amd64, ubuntu-24.04) (push) Has been cancelled

This commit is contained in:
Igor Katson 2025-06-12 12:31:23 +01:00
parent 99bf295028
commit 00b9748516
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 10 additions and 10 deletions

8
Cargo.lock generated
View file

@ -2794,7 +2794,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "8.1.0"
version = "8.1.1"
dependencies = [
"anyhow",
"arc-swap",
@ -2912,7 +2912,7 @@ dependencies = [
[[package]]
name = "librqbit-dht"
version = "5.3.0"
version = "5.3.1"
dependencies = [
"anyhow",
"backoff",
@ -4606,7 +4606,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "8.1.0"
version = "8.1.1"
dependencies = [
"anyhow",
"bytes",
@ -4635,7 +4635,7 @@ dependencies = [
[[package]]
name = "rqbit-desktop"
version = "8.1.0"
version = "8.1.1"
dependencies = [
"anyhow",
"base64 0.22.1",

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit-dht"
version = "5.3.0"
version = "5.3.1"
edition = "2021"
description = "DHT implementation, used in rqbit torrent client."
license = "Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit"
version = "8.1.0"
version = "8.1.1"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."
@ -56,7 +56,7 @@ librqbit-core = { path = "../librqbit_core", default-features = false, version =
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.3" }
sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "4.1" }
dht = { path = "../dht", package = "librqbit-dht", default-features = false, version = "5.3.0" }
dht = { path = "../dht", package = "librqbit-dht", default-features = false, version = "5.3.1" }
librqbit-upnp = { path = "../upnp", version = "1" }
upnp-serve = { path = "../upnp-serve", package = "librqbit-upnp-serve", default-features = false, version = "1", optional = true }

View file

@ -1,6 +1,6 @@
[package]
name = "rqbit"
version = "8.1.0"
version = "8.1.1"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "A bittorrent command line client and server."
@ -24,7 +24,7 @@ postgres = ["librqbit/postgres"]
disable-upload = ["librqbit/disable-upload"]
[dependencies]
librqbit = { version = "8.0.0", path = "../librqbit", default-features = false, features = [
librqbit = { version = "8.1.1", path = "../librqbit", default-features = false, features = [
"http-api",
"http-api-client",
"tracing-subscriber-utils",

View file

@ -1,6 +1,6 @@
[package]
name = "rqbit-desktop"
version = "8.1.0"
version = "8.1.1"
description = "rqbit torrent client"
authors = ["you"]
license = ""