Mark 7.1.0
This commit is contained in:
parent
6bf1d9b328
commit
0fa24e6861
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2430,7 +2430,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "librqbit"
|
name = "librqbit"
|
||||||
version = "7.0.1"
|
version = "7.1.0-beta.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-backtrace",
|
"async-backtrace",
|
||||||
|
|
@ -3939,7 +3939,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rqbit"
|
name = "rqbit"
|
||||||
version = "7.0.1"
|
version = "7.1.0-beta.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "librqbit"
|
name = "librqbit"
|
||||||
version = "7.0.1"
|
version = "7.1.0-beta.0"
|
||||||
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."
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rqbit"
|
name = "rqbit"
|
||||||
version = "7.0.1"
|
version = "7.1.0-beta.0"
|
||||||
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."
|
||||||
|
|
@ -23,7 +23,7 @@ debug_slow_disk = ["librqbit/storage_middleware"]
|
||||||
postgres = ["librqbit/postgres"]
|
postgres = ["librqbit/postgres"]
|
||||||
|
|
||||||
[dependencies]
|
[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",
|
"http-api",
|
||||||
"tracing-subscriber-utils",
|
"tracing-subscriber-utils",
|
||||||
"upnp-serve-adapter",
|
"upnp-serve-adapter",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue