diff --git a/Cargo.lock b/Cargo.lock index 97dc2b6..f04de80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "librqbit" -version = "0.1.0" +version = "2.2.1" dependencies = [ "anyhow", "axum", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 531a6eb..7ad5bc6 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "0.1.0" +version = "2.2.1" authors = ["Igor Katson "] edition = "2018" 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 c34ea49..03de422 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -14,7 +14,7 @@ default-tls = ["librqbit/default-tls"] rust-tls = ["librqbit/rust-tls"] [dependencies] -librqbit = {path="../librqbit", default-features=false} +librqbit = {path="../librqbit", default-features=false, version = "2.2.1"} dht = {path="../dht", package="librqbit-dht", version="2.2.1"} tokio = {version = "1", features = ["macros", "rt-multi-thread"]} anyhow = "1"