Codebase list rust-stfu8 / 244fce5
parking-lot-core-0.4 - relax dependency on thread_id Peter Michael Green 2 years ago
2 changed file(s) with 14 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-parking-lot-core-0.4 (0.4.0-6) 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 * Relax dependency on thread_id
5
6 -- Peter Michael Green <plugwash@debian.org> Thu, 30 Dec 2021 13:43:27 +0000
7
08 rust-parking-lot-core-0.4 (0.4.0-5) unstable; urgency=medium
19
210 * Team upload.
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
0 Index: parking-lot-core-0.4/Cargo.toml
1 ===================================================================
2 --- parking-lot-core-0.4.orig/Cargo.toml
3 +++ parking-lot-core-0.4/Cargo.toml
24 @@ -24,20 +24,20 @@ version = "0.3.2"
35 optional = true
46
1517 +version = ">= 0.6, < 2"
1618
1719 [dependencies.thread-id]
18 version = "3.2.0"
20 -version = "3.2.0"
21 +version = ">= 3.2.0, < 5.0"
1922 optional = true
2023 [build-dependencies.rustc_version]
2124 -version = "0.2"