diff --git a/Cargo.lock b/Cargo.lock index 73a64e8..3889277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.5.4" +version = "5.6.0-beta.0" dependencies = [ "anyhow", "async-stream", @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "5.5.4" +version = "5.6.0-beta.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 01eebda..335d7cb 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.5.4" +version = "5.6.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 84ceda3..1a56f81 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.5.4" +version = "5.6.0-beta.0" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." @@ -21,7 +21,7 @@ default-tls = ["librqbit/default-tls"] rust-tls = ["librqbit/rust-tls"] [dependencies] -librqbit = { path = "../librqbit", default-features = false, version = "5.5.4" } +librqbit = { path = "../librqbit", default-features = false, version = "5.6.0-beta.0" } 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 f2ebb83..794ecdf 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -1842,7 +1842,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.5.4" +version = "5.6.0-beta.0" dependencies = [ "anyhow", "async-stream", @@ -3023,7 +3023,7 @@ dependencies = [ [[package]] name = "rqbit-desktop" -version = "5.5.4" +version = "5.6.0-beta.0" dependencies = [ "anyhow", "base64 0.21.5", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index ac4f94c..ab4558e 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.5.4" +version = "5.6.0-beta.0" description = "rqbit torrent client" authors = ["you"] license = ""