This commit is contained in:
Igor Katson 2024-04-23 23:08:49 +01:00
parent ad1f49f5cc
commit 340daa6b24
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1261,7 +1261,7 @@ dependencies = [
[[package]] [[package]]
name = "librqbit" name = "librqbit"
version = "5.6.0" version = "5.6.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-stream", "async-stream",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "librqbit" name = "librqbit"
version = "5.6.0" version = "5.6.1"
authors = ["Igor Katson <igor.katson@gmail.com>"] authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021" edition = "2021"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it." description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rqbit" name = "rqbit"
version = "5.6.0" version = "5.6.1"
authors = ["Igor Katson <igor.katson@gmail.com>"] authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021" edition = "2021"
description = "A bittorrent command line client and server." description = "A bittorrent command line client and server."

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rqbit-desktop" name = "rqbit-desktop"
version = "5.6.0" version = "5.6.1"
description = "rqbit torrent client" description = "rqbit torrent client"
authors = ["you"] authors = ["you"]
license = "" license = ""