Codebase list rust-stfu8 / 01eb908
* Package once_cell 1.9.0 from crates.io using debcargo 2.5.0 * remove the optional dep to atomic-polyfill Sylvestre Ledru 2 years ago
4 changed file(s) with 28 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
0 rust-once-cell (1.9.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package once_cell 1.9.0 from crates.io using debcargo 2.5.0
4 * remove the optional dep to atomic-polyfill
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 31 Dec 2021 10:53:08 +0100
7
08 rust-once-cell (1.9.0-1) unstable; urgency=medium
19
210 * Team upload.
0 Index: once-cell/Cargo.toml
1 ===================================================================
2 --- once-cell.orig/Cargo.toml
3 +++ once-cell/Cargo.toml
4 @@ -52,9 +52,9 @@ required-features = ["std"]
5 [[example]]
6 name = "test_synchronization"
7 required-features = ["std"]
8 -[dependencies.atomic-polyfill]
9 -version = "0.1"
10 -optional = true
11 +#[dependencies.atomic-polyfill]
12 +#version = "0.1"
13 +#optional = true
14
15 [dependencies.parking_lot]
16 version = "0.11"
00 relax-dep.diff
11 relax-test.diff
2 disable-atomic-pollyfill.diff