Mark 7.1.0

This commit is contained in:
Igor Katson 2024-09-02 15:11:01 +01:00
parent 6bf1d9b328
commit 0fa24e6861
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -2430,7 +2430,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "7.0.1"
version = "7.1.0-beta.0"
dependencies = [
"anyhow",
"async-backtrace",
@ -3939,7 +3939,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "7.0.1"
version = "7.1.0-beta.0"
dependencies = [
"anyhow",
"bytes",

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "rqbit"
version = "7.0.1"
version = "7.1.0-beta.0"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "A bittorrent command line client and server."
@ -23,7 +23,7 @@ debug_slow_disk = ["librqbit/storage_middleware"]
postgres = ["librqbit/postgres"]
[dependencies]
librqbit = { version = "7.0.0", path = "../librqbit", default-features = false, features = [
librqbit = { version = "7.1.0-beta.0", path = "../librqbit", default-features = false, features = [
"http-api",
"tracing-subscriber-utils",
"upnp-serve-adapter",