Codebase list rust-serde-xml-rs / 1d79e9b
spin - remove portable-atomic feature. Peter Michael Green 1 year, 6 months ago
3 changed file(s) with 34 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-spin (0.9.4-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package spin 0.9.4 from crates.io using debcargo 2.5.0
4 * Remove portable_atomic feature, the portable-atomic crate is not in
5 Debian.
6
7 -- Peter Michael Green <plugwash@debian.org> Tue, 25 Oct 2022 18:06:37 +0000
8
09 rust-spin (0.9.4-1) unstable; urgency=medium
110
211 * Team upload.
0 Index: spin/Cargo.toml
1 ===================================================================
2 --- spin.orig/Cargo.toml
3 +++ spin/Cargo.toml
4 @@ -39,11 +39,6 @@ version = "0.4"
5 optional = true
6 package = "lock_api"
7
8 -[dependencies.portable-atomic]
9 -version = "0.3"
10 -optional = true
11 -default-features = false
12 -
13 [features]
14 barrier = ["mutex"]
15 default = [
16 @@ -59,7 +54,6 @@ lazy = ["once"]
17 lock_api = ["lock_api_crate"]
18 mutex = []
19 once = []
20 -portable_atomic = ["portable-atomic"]
21 rwlock = []
22 spin_mutex = ["mutex"]
23 std = []
0 remove-portable-atomic.patch