From 3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sun, 17 Dec 2023 14:43:12 +0000 Subject: [PATCH] Tag 5.4.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 9a96774..f0b3c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.3.0" +version = "5.4.0" dependencies = [ "anyhow", "axum 0.7.2", @@ -2025,7 +2025,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "5.3.0" +version = "5.4.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 34fb612..e16f504 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.3.0" +version = "5.4.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 69aea12..c33dc20 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.3.0" +version = "5.4.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 f2d1816..0928638 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.3.0" +version = "5.4.0" description = "rqbit torrent client" authors = ["you"] license = ""