From 07b99f4ac903beedabc858d46aa0ca7982c62db2 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 22 Nov 2023 21:19:43 +0000 Subject: [PATCH] Update cargo.toml versions --- Cargo.lock | 4 ++-- crates/librqbit/Cargo.toml | 2 +- crates/rqbit/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4b031b..9b87610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "3.1.0" +version = "3.2.0" dependencies = [ "anyhow", "axum", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "3.1.0" +version = "3.2.0" dependencies = [ "anyhow", "clap", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 25d50f0..37435f9 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "3.1.0" +version = "3.2.0" authors = ["Igor Katson "] edition = "2018" 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 4816ee8..b240b92 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "3.1.0" +version = "3.2.0" authors = ["Igor Katson "] edition = "2018" description = "A bittorrent command line client and server."