cargo update deps and mark 7.1.0-beta.1
This commit is contained in:
parent
8974a013ce
commit
7a807f39e0
4 changed files with 160 additions and 184 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue