Codebase list rust-stfu8 / 5f8dc64
parking-lot-core-0.4 - further relax petgraph dependency. Peter Michael Green 1 year, 7 months ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 rust-parking-lot-core-0.4 (0.4.0-8) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package parking_lot_core 0.4.0 from crates.io using debcargo 2.5.0
4 * Further relax petgraph dependency.
5
6 -- Peter Michael Green <plugwash@debian.org> Sun, 04 Sep 2022 21:13:13 +0000
7
08 rust-parking-lot-core-0.4 (0.4.0-7) unstable; urgency=medium
19
210 * Team upload.
66
77 [dependencies.petgraph]
88 -version = "0.4.5"
9 +version = ">= 0.4.5, < 0.6"
9 +version = ">= 0.4.5, < 0.7"
1010 optional = true
1111
1212 [dependencies.rand]