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

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."