From 4606bd1fc0c8159ccf5ef26ca3c80750ea784a1f Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sat, 16 Dec 2023 11:21:21 +0000 Subject: [PATCH] Tag 5.3.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 c449547..ffcbe0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.2.0" +version = "5.3.0" dependencies = [ "anyhow", "axum 0.7.2", @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "5.2.0" +version = "5.3.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index b68c4e4..2d33ce2 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.2.0" +version = "5.3.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 d60659c..69aea12 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.2.0" +version = "5.3.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 6acdbeb..f2d1816 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.2.0" +version = "5.3.0" description = "rqbit torrent client" authors = ["you"] license = ""