Codebase list rust-stfu8 / eebe767
cid: drop variants with missing dependencies Jochen Sprickerhof 1 year, 8 months ago
3 changed file(s) with 37 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-cid (0.5.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Drop variants with missing dependencies
3
4 -- Jochen Sprickerhof <jspricke@debian.org> Sat, 20 Aug 2022 21:12:00 +0200
5
06 rust-cid (0.5.1-1) unstable; urgency=medium
17
28 * Package cid 0.5.1 from crates.io using debcargo 2.5.0
0 Index: cid/Cargo.toml
1 ===================================================================
2 --- cid.orig/Cargo.toml
3 +++ cid/Cargo.toml
4 @@ -29,25 +29,8 @@ version = "0.8.0"
5 [dependencies.multihash]
6 version = "0.11.2"
7
8 -[dependencies.quickcheck]
9 -version = "0.9.2"
10 -optional = true
11 -
12 -[dependencies.rand]
13 -version = "0.7.3"
14 -optional = true
15 -
16 [dependencies.unsigned-varint]
17 version = "0.5"
18 [dev-dependencies.multihash]
19 version = "0.11"
20 features = ["test"]
21 -
22 -[dev-dependencies.quickcheck]
23 -version = "0.9.2"
24 -
25 -[dev-dependencies.rand]
26 -version = "0.7.3"
27 -
28 -[features]
29 -test = ["quickcheck", "rand"]
00 relax-dep.diff
1 drop-variants.diff