Codebase list rust-libslirp / 69f0984
Update parking-lot-core to 0.7.2 Wolfgang Silbermayr 3 years ago
4 changed file(s) with 10 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 rust-parking-lot-core (0.7.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package parking_lot_core 0.7.2 from crates.io using debcargo 2.4.3
3 * Drop obsolete dependency version relaxation patch
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 04 May 2020 13:31:22 +0200
6
07 rust-parking-lot-core (0.7.0-2) unstable; urgency=medium
18
29 * Team upload.
33 Source: https://github.com/Amanieu/parking_lot
44
55 Files: *
6 Copyright: 2016-2018 Amanieu d'Antras <amanieu@gmail.com>
6 Copyright: 2016-2020 Amanieu d'Antras <amanieu@gmail.com>
77 License: Apache-2.0 or MIT
88
99 Files: debian/*
1010 Copyright:
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 Sylvestre Ledru <sylvestre@debian.org>
13 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
13 2019-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1414 License: Apache-2.0 or MIT
1515
1616 License: Apache-2.0
+0
-1
src/parking-lot-core/debian/patches/series less more
0 update-petgraph.patch
+0
-13
src/parking-lot-core/debian/patches/update-petgraph.patch less more
0 Index: parking-lot-core/Cargo.toml
1 ===================================================================
2 --- parking-lot-core.orig/Cargo.toml
3 +++ parking-lot-core/Cargo.toml
4 @@ -28,7 +28,7 @@ optional = true
5 version = "0.1.5"
6
7 [dependencies.petgraph]
8 -version = "0.4.5"
9 +version = ">= 0.4.5, < 0.6"
10 optional = true
11
12 [dependencies.smallvec]