From 0fa24e686138ccf467c27c2c9f236128a079f140 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Mon, 2 Sep 2024 15:11:01 +0100 Subject: [PATCH] Mark 7.1.0 --- 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 80d3a4e..8af4d89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2430,7 +2430,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "7.0.1" +version = "7.1.0-beta.0" dependencies = [ "anyhow", "async-backtrace", @@ -3939,7 +3939,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "7.0.1" +version = "7.1.0-beta.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 1244711..f7a7459 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "7.0.1" +version = "7.1.0-beta.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 f71c303..cc56470 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "7.0.1" +version = "7.1.0-beta.0" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." @@ -23,7 +23,7 @@ debug_slow_disk = ["librqbit/storage_middleware"] postgres = ["librqbit/postgres"] [dependencies] -librqbit = { version = "7.0.0", path = "../librqbit", default-features = false, features = [ +librqbit = { version = "7.1.0-beta.0", path = "../librqbit", default-features = false, features = [ "http-api", "tracing-subscriber-utils", "upnp-serve-adapter",