Codebase list rust-subtle / 680618f
bzip2: patch out tokio feature it's not yet compatible with futures 0.3 / tokio 0.2, and has no rdeps Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Fabian Grünbichler authored 4 years ago Peter Michael Green committed 2 years ago
2 changed file(s) with 32 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: bzip2/Cargo.toml
1 ===================================================================
2 --- bzip2.orig/Cargo.toml
3 +++ bzip2/Cargo.toml
4 @@ -25,16 +25,9 @@ repository = "https://github.com/alexcri
5 [dependencies.bzip2-sys]
6 version = "0.1"
7
8 -[dependencies.futures]
9 -version = "0.1"
10 -optional = true
11 -
12 [dependencies.libc]
13 version = "0.2"
14
15 -[dependencies.tokio-io]
16 -version = "0.1"
17 -optional = true
18 [dev-dependencies.partial-io]
19 version = "^0.2.1"
20 features = ["quickcheck"]
21 @@ -45,8 +38,5 @@ version = "0.4"
22 [dev-dependencies.rand]
23 version = "0.3"
24
25 -[dev-dependencies.tokio-core]
26 -version = "0.1"
27 -
28 [features]
29 -tokio = ["tokio-io", "futures"]
30 +tokio = []
0 remove-futures-and-tokio.diff