Merged v7.0.1

This commit is contained in:
Igor Katson 2024-08-30 16:45:19 +01:00
parent e25612b73f
commit e9acbaa9dc
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
7 changed files with 17 additions and 5051 deletions

15
Cargo.lock generated
View file

@ -2430,7 +2430,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "7.0.0"
version = "7.0.1"
dependencies = [
"anyhow",
"async-backtrace",
@ -2520,6 +2520,7 @@ name = "librqbit-core"
version = "4.0.1"
dependencies = [
"anyhow",
"assert_cfg",
"bytes",
"data-encoding",
"directories",
@ -3099,9 +3100,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.36.3"
version = "0.36.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
dependencies = [
"memchr",
]
@ -3938,7 +3939,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "7.0.0"
version = "7.0.1"
dependencies = [
"anyhow",
"bytes",
@ -3966,7 +3967,7 @@ dependencies = [
[[package]]
name = "rqbit-desktop"
version = "7.0.0"
version = "7.0.1"
dependencies = [
"anyhow",
"base64 0.22.1",
@ -5205,9 +5206,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.39.3"
version = "1.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
dependencies = [
"backtrace",
"bytes",

View file

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

View file

@ -31,6 +31,7 @@ directories = "5"
tokio-util = "0.7.10"
data-encoding = "2.6.0"
bytes = "1.7.1"
assert_cfg = "0.1.0"
[dev-dependencies]
serde_json = "1"

View file

@ -11,3 +11,8 @@ pub mod speed_estimator;
pub mod torrent_metainfo;
pub use hash_id::Id20;
assert_cfg::exactly_one! {
feature = "sha1-crypto-hash",
feature = "sha1-ring",
}

View file

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

File diff suppressed because it is too large Load diff

View file

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