Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
unwanted-features =
|
||||
static
|
@ -1,17 +0,0 @@
|
||||
[package]
|
||||
summary = "Bindings to libbzip2 exposed as Reader/Writer streams"
|
||||
|
||||
[tests]
|
||||
run = ["none"]
|
||||
comments = ["dev-dependencies are outdated"]
|
||||
|
||||
[features]
|
||||
hide = [
|
||||
# unused support code for tokio v0.1 and futures v0.1
|
||||
"futures",
|
||||
"tokio",
|
||||
"tokio-io",
|
||||
# only dynamically linking system bzip2 is supported
|
||||
"static",
|
||||
]
|
||||
|
Loading…
Reference in new issue