diff --git a/Cargo.lock b/Cargo.lock index 206693a..240539d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1289,7 +1289,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "6.0.0-beta.2" +version = "6.0.0" dependencies = [ "anyhow", "async-stream", @@ -2124,7 +2124,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "6.0.0-beta.2" +version = "6.0.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 7fce752..4e2763e 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "6.0.0-beta.2" +version = "6.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 c970402..b880994 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "6.0.0-beta.2" +version = "6.0.0" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." @@ -22,7 +22,7 @@ rust-tls = ["librqbit/rust-tls"] debug_slow_disk = ["librqbit/storage_middleware"] [dependencies] -librqbit = { path = "../librqbit", default-features = false, version = "6.0.0-beta.2" } +librqbit = { path = "../librqbit", default-features = false, version = "6.0.0" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } console-subscriber = { version = "0.2", optional = true } anyhow = "1"