Codebase list rust-serde-xml-rs / b807dbc
Update crossbeam-epoch Peter Michael Green 4 years ago
4 changed file(s) with 17 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 rust-crossbeam-epoch (0.8.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package crossbeam-epoch 0.8.2 from crates.io using debcargo 2.4.2
4 * Drop arrayvec hunk from update-dep-versions.patch the corresponding
5 dependency no longer exists.
6 * Update hunk in update-dep-versions.patch that disables nightly
7 feature.
8
9 -- Peter Michael Green <plugwash@debian.org> Mon, 13 Apr 2020 17:03:28 +0000
10
011 rust-crossbeam-epoch (0.7.2-3) unstable; urgency=medium
112
213 * Team upload.
1010
1111 Files: debian/*
1212 Copyright:
13 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1414 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1515 License: MIT or Apache-2.0
1616
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
11 removed in the next upstream version (0.8) anyways
22 --- a/Cargo.toml
33 +++ b/Cargo.toml
4 @@ -23,7 +23,7 @@
5 license = "MIT/Apache-2.0"
6 repository = "https://github.com/crossbeam-rs/crossbeam"
7 [dependencies.arrayvec]
8 -version = "0.4"
9 +version = "0.5"
10 default-features = false
11
12 [dependencies.cfg-if]
13 @@ -49,6 +49,5 @@
4 @@ -50,6 +50,6 @@
145 [features]
156 alloc = ["crossbeam-utils/alloc"]
167 default = ["std"]
17 -nightly = ["crossbeam-utils/nightly", "arrayvec/use_union"]
8 -nightly = ["crossbeam-utils/nightly"]
9 +#nightly = ["crossbeam-utils/nightly"]
1810 sanitize = []
1911 std = ["crossbeam-utils/std", "lazy_static"]