Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -1,11 +0,0 @@
|
|||||||
[package]
|
|
||||||
summary = "Rust bindings to liblzma"
|
|
||||||
cargo-toml-patch-comments = [
|
|
||||||
"drop unused support for tokio v0.1",
|
|
||||||
"drop feature for statically linking liblzma",
|
|
||||||
]
|
|
||||||
|
|
||||||
[tests]
|
|
||||||
run = ["none"]
|
|
||||||
comments = ["outdated dev-dependencies: tokio v0.1"]
|
|
||||||
|
|
@ -1,29 +1,10 @@
|
|||||||
--- xz2-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- xz2-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ xz2-0.1.7/Cargo.toml 2024-09-21T23:12:17.487893+00:00
|
+++ xz2-0.1.7/Cargo.toml 2022-07-16T12:16:30.646078+00:00
|
||||||
@@ -39,16 +39,8 @@
|
@@ -60,7 +60,6 @@
|
||||||
"futures",
|
|
||||||
]
|
|
||||||
|
|
||||||
-[dependencies.futures]
|
|
||||||
-version = "0.1.26"
|
|
||||||
-optional = true
|
|
||||||
-
|
|
||||||
[dependencies.lzma-sys]
|
|
||||||
version = "0.1.18"
|
|
||||||
-
|
|
||||||
-[dependencies.tokio-io]
|
|
||||||
-version = "0.1.12"
|
|
||||||
-optional = true
|
|
||||||
|
|
||||||
[dev-dependencies.quickcheck]
|
|
||||||
version = "1.0.1"
|
|
||||||
@@ -59,9 +51,3 @@
|
|
||||||
[dev-dependencies.tokio-core]
|
|
||||||
version = "0.1.17"
|
version = "0.1.17"
|
||||||
|
|
||||||
-[features]
|
[features]
|
||||||
-static = ["lzma-sys/static"]
|
-static = ["lzma-sys/static"]
|
||||||
-tokio = [
|
tokio = [
|
||||||
- "tokio-io",
|
"tokio-io",
|
||||||
- "futures",
|
"futures",
|
||||||
-]
|
|
||||||
|
Loading…
Reference in new issue