From 9f806d7adbe29fa06651c2d393ca94e19fb0d87a Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Mon, 29 Apr 2024 12:11:32 +0100 Subject: [PATCH] Prepare 5.6.2 --- Cargo.lock | 4 ++-- crates/librqbit/Cargo.toml | 2 +- crates/rqbit/Cargo.toml | 4 ++-- desktop/src-tauri/Cargo.lock | 6 +++--- desktop/src-tauri/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6fe6aa..add1a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.6.1" +version = "5.6.2" dependencies = [ "anyhow", "async-stream", @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "5.6.1" +version = "5.6.2" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 570a466..c85b772 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.6.1" +version = "5.6.2" authors = ["Igor Katson "] edition = "2021" description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it." diff --git a/crates/rqbit/Cargo.toml b/crates/rqbit/Cargo.toml index bdf52fa..b8200e8 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.6.1" +version = "5.6.2" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." @@ -21,7 +21,7 @@ default-tls = ["librqbit/default-tls"] rust-tls = ["librqbit/rust-tls"] [dependencies] -librqbit = { path = "../librqbit", default-features = false, version = "5.6.1" } +librqbit = { path = "../librqbit", default-features = false, version = "5.6.2" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } console-subscriber = { version = "0.2", optional = true } anyhow = "1" diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 642fcdb..1b99905 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.6.1" +version = "5.6.2" dependencies = [ "anyhow", "async-stream", @@ -1886,7 +1886,7 @@ version = "2.2.1" [[package]] name = "librqbit-core" -version = "3.7.0" +version = "3.8.0" dependencies = [ "anyhow", "directories", @@ -2964,7 +2964,7 @@ dependencies = [ [[package]] name = "rqbit-desktop" -version = "5.6.1" +version = "5.6.2" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index f17ca5e..c59f7d4 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.6.1" +version = "5.6.2" description = "rqbit torrent client" authors = ["you"] license = ""