Codebase list rust-stfu8 / ccb153f
im-rc - relax dependency on quickcheck. Peter Michael Green 2 years ago
3 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 * Add patch to replace metrohash with keccak in test.
66 * Disable tests that require proptest-derive so the rest of the testsuite
77 can run.
8 * Relax dependency on quickcheck.
89
910 -- Peter Michael Green <plugwash@debian.org> Sun, 23 Jan 2022 17:55:05 +0000
1011
11 ===================================================================
22 --- im-rc.orig/Cargo.toml
33 +++ im-rc/Cargo.toml
4 @@ -45,10 +45,10 @@ version = "0.9"
4 @@ -41,14 +41,14 @@ version = "0.9"
5 optional = true
6
7 [dependencies.quickcheck]
8 -version = "0.9"
9 +version = ">= 0.9, < 2.0"
510 optional = true
611
712 [dependencies.rand_core]
+0
-0
src/im-rc/debian/patches/relax-dep.patch~ less more
(Empty file)