Codebase list rust-libslirp / 4cbcc74
lalrpop - relax dev-dependency on rand Peter Michael Green 2 years ago
3 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 * Package lalrpop 0.17.2 from crates.io using debcargo 2.4.4
44 * Further relax dependency on itertools to allow 0.10
55 * Reduce context in ena-relax-0.14.patch to stop dpkg-source complaining about fuzz
6 * Relax dev-dependency on rand so the autopkgtest can run.
67
78 -- Peter Michael Green <plugwash@debian.org> Sun, 24 Oct 2021 15:46:16 +0000
89
0 --- rust-lalrpop-0.17.2.orig/Cargo.toml
1 +++ rust-lalrpop-0.17.2/Cargo.toml
2 @@ -75,7 +75,7 @@ version = "0.5"
3 [dependencies.unicode-xid]
4 version = "0.2"
5 [dev-dependencies.rand]
6 -version = "0.6"
7 +version = ">=0.6, <0.8"
8
9 [features]
10 test = []
33 itertools-relax-0.9.patch
44 ena-relax-0.14.patch
55 sha2-bump-0.9.diff
6 rand-relax.patch