From 2f36515c32fa3bc615e7490a6442a6e9ffefad25 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Mon, 26 Feb 2024 10:02:29 +0000 Subject: [PATCH] Tag v5.5.0 --- Cargo.lock | 4 ++-- crates/librqbit/Cargo.toml | 2 +- crates/rqbit/Cargo.toml | 2 +- desktop/src-tauri/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 714bfd3..24afdce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,7 +1245,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.4.2" +version = "5.5.0" dependencies = [ "anyhow", "axum 0.7.4", @@ -2024,7 +2024,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "5.4.2" +version = "5.5.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index c0f569a..d08ac17 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.4.2" +version = "5.5.0" 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 507d494..91d98d2 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.4.2" +version = "5.5.0" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index af84cff..b605bc7 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.4.2" +version = "5.5.0" description = "rqbit torrent client" authors = ["you"] license = ""