Tag v5.5.0

This commit is contained in:
Igor Katson 2024-02-26 10:02:29 +00:00
parent 8db1f42f29
commit 2f36515c32
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1245,7 +1245,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "5.4.2"
version = "5.5.0"
dependencies = [
"anyhow",
"axum 0.7.4",
@ -2024,7 +2024,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "5.4.2"
version = "5.5.0"
dependencies = [
"anyhow",
"bytes",

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit"
version = "5.4.2"
version = "5.5.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."

View file

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

View file

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