Codebase list rust-stfu8 / 8664879
sequoia-openpgp: drop debcargo notes about quickcheck upstream dropped quickcheck between sequoia-openpgp 0.19 and 0.20, see https://gitlab.com/sequoia-pgp/sequoia/-/issues/545 Daniel Kahn Gillmor 3 years ago
1 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
55 [packages.lib]
66 depends = ["librust-nettle-7+default-dev"]
77 test_is_broken = true
8
9 # the auto-generated quickcheck feature needs to include "rand". This
10 # is why x-quickcheck exists for now upstream, see
11 # https://github.com/rust-lang/cargo/issues/5565)
12 # this should track the version of rand needed:
13 [packages."lib+quickcheck"]
14 depends = ["librust-rand-0.7-dev"]
15 test_is_broken = true