diff --git a/Cargo.lock b/Cargo.lock index af959e6..b2794d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "7.0.0-beta.2" +version = "7.0.0-beta.3" dependencies = [ "anyhow", "async-backtrace", @@ -2518,7 +2518,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "7.0.0-beta.2" +version = "7.0.0-beta.3" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 8c1d329..0fb0517 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "7.0.0-beta.2" +version = "7.0.0-beta.3" 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 7495d7a..27dde81 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "7.0.0-beta.2" +version = "7.0.0-beta.3" 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.2" } +], version = "7.0.0-beta.3" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } console-subscriber = { version = "0.2", optional = true } anyhow = "1" diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 0061b89..8e678f4 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -1821,7 +1821,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "7.0.0-beta.2" +version = "7.0.0-beta.3" dependencies = [ "anyhow", "async-stream",