cargo update deps and mark 7.1.0-beta.1

This commit is contained in:
Igor Katson 2024-09-13 09:28:00 +01:00
parent 8974a013ce
commit 7a807f39e0
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 160 additions and 184 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit"
version = "7.1.0-beta.0"
version = "7.1.0-beta.1"
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."
@ -38,8 +38,7 @@ postgres = ["sqlx"]
async-bt = ["async-backtrace"]
[dependencies]
# TODO: 0.8.1 doesn't compile, upgrade once released.
sqlx = { version = "=0.8.0", features = [
sqlx = { version = "0.8.2", features = [
"runtime-tokio",
"postgres",
], optional = true }

View file

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