Codebase list rust-subtle / ff3c4b3
once-cell prepare update for new parking-lot, avoid new upstream version as it has new dependency. Peter Michael Green 2 years ago
4 changed file(s) with 23 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 rust-once-cell (1.8.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package once_cell 1.8.0 from crates.io using debcargo 2.5.0
4 * Drop patch changing version of parking_lot dependency, no longer needed.
5 * Relax dev-dependency on crossbeam-utils.
6
7 -- Peter Michael Green <plugwash@debian.org> Thu, 30 Dec 2021 12:51:27 +0000
8
09 rust-once-cell (1.8.0-1) unstable; urgency=medium
110
211 * Team upload.
0 Index: once-cell/Cargo.toml
1 ===================================================================
2 --- once-cell.orig/Cargo.toml
3 +++ once-cell/Cargo.toml
4 @@ -61,7 +61,7 @@ version = "0.11"
5 optional = true
6 default_features = false
7 [dev-dependencies.crossbeam-utils]
8 -version = "0.7.2"
9 +version = ">= 0.7.2, < 0.9"
10
11 [dev-dependencies.lazy_static]
12 version = "1.0.0"
0 update-parking-lot.patch
0 relax-dep.diff
+0
-13
src/once-cell/debian/patches/update-parking-lot.patch less more
0 Index: once-cell/Cargo.toml
1 ===================================================================
2 --- once-cell.orig/Cargo.toml
3 +++ once-cell/Cargo.toml
4 @@ -54,7 +54,7 @@ required-features = ["std"]
5 name = "test_synchronization"
6 required-features = ["std"]
7 [dependencies.parking_lot]
8 -version = "0.11"
9 +version = "0.10"
10 optional = true
11 default_features = false
12 [dev-dependencies.crossbeam-utils]