Skip to content

Commit

Permalink
6.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed May 3, 2024
1 parent 6cef3c5 commit 6218cac
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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 = "5.6.4"
version = "6.0.0-beta.0"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."
Expand Down
4 changes: 2 additions & 2 deletions crates/rqbit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqbit"
version = "5.6.4"
version = "6.0.0-beta.0"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "A bittorrent command line client and server."
Expand All @@ -22,7 +22,7 @@ rust-tls = ["librqbit/rust-tls"]
debug_slow_disk = ["librqbit/storage_middleware"]

[dependencies]
librqbit = { path = "../librqbit", default-features = false, version = "5.6.4" }
librqbit = { path = "../librqbit", default-features = false, version = "6.0.0-beta.0" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
console-subscriber = { version = "0.2", optional = true }
anyhow = "1"
Expand Down
14 changes: 12 additions & 2 deletions desktop/src-tauri/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 desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqbit-desktop"
version = "5.6.4"
version = "6.0.0"
description = "rqbit torrent client"
authors = ["you"]
license = ""
Expand Down

0 comments on commit 6218cac

Please sign in to comment.