From 53f21cfb2a3a56dbc99a2b5c474d153a3659a1fb Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 27 Aug 2024 18:34:19 +0100 Subject: [PATCH] v7.0.0 prep further --- Cargo.lock | 4 ++-- crates/librqbit/Cargo.toml | 2 +- crates/rqbit/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79bdc82..8a15b72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1495,7 +1495,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "7.0.0-beta.3" +version = "7.0.0" dependencies = [ "anyhow", "async-backtrace", @@ -2533,7 +2533,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "7.0.0-beta.3" +version = "7.0.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index bbc3b49..5d8d7a5 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "7.0.0-beta.3" +version = "7.0.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 a9b61cd..6271c7a 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "7.0.0-beta.3" +version = "7.0.0" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." @@ -27,7 +27,7 @@ librqbit = { path = "../librqbit", default-features = false, features = [ "http-api", "tracing-subscriber-utils", "upnp-serve-adapter", -], version = "7.0.0-beta.3" } +], version = "7.0.0" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } console-subscriber = { version = "0.2", optional = true } anyhow = "1"