diff --git a/Cargo.lock b/Cargo.lock index 27c993e..6e754b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "3.0.0" +version = "3.1.0" dependencies = [ "anyhow", "axum", @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "3.0.0" +version = "3.1.0" dependencies = [ "anyhow", "clap", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 00cafdd..1c55f3b 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "3.0.0" +version = "3.1.0" 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 00074f3..4816ee8 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "3.0.0" +version = "3.1.0" authors = ["Igor Katson "] edition = "2018" description = "A bittorrent command line client and server." @@ -22,7 +22,7 @@ default-tls = ["librqbit/default-tls"] rust-tls = ["librqbit/rust-tls"] [dependencies] -librqbit = {path="../librqbit", default-features=false, version = "3.0.0"} +librqbit = {path="../librqbit", default-features=false, version = "3.1.0"} dht = {path="../dht", package="librqbit-dht", version="3.0.0"} tokio = {version = "1", features = ["macros", "rt-multi-thread"]} anyhow = "1"