Skip to content

Commit

Permalink
Prepare librqbit
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Nov 15, 2023
1 parent 4056931 commit 4265424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/librqbit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "librqbit"
version = "0.1.0"
version = "2.2.1"
authors = ["Igor Katson <[email protected]>"]
edition = "2018"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."
Expand Down
2 changes: 1 addition & 1 deletion crates/rqbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4265424

Please sign in to comment.