Codebase list rust-serde-xml-rs / 5a10700
serial-test - drop patch that is no longer needed. Peter Michael Green 2 years ago
4 changed file(s) with 10 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 rust-serial-test (0.5.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package serial_test 0.5.1 from crates.io using debcargo 2.5.0
4 * Drop lower-parking-lot-dep.diff, no longer needed.
5
6 -- Peter Michael Green <plugwash@debian.org> Thu, 30 Dec 2021 13:28:48 +0000
7
08 rust-serial-test (0.5.1-1) unstable; urgency=medium
19
210 * Package serial_test 0.5.1 from crates.io using debcargo 2.4.4-alpha.0
2020
2121 Files: debian/*
2222 Copyright:
23 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020 Sylvestre Ledru <sylvestre@debian.org>
23 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020-2021 Sylvestre Ledru <sylvestre@debian.org>
2525 License: MIT
2626
2727 License: MIT
+0
-13
src/serial-test/debian/patches/lower-parking-lot-dep.diff less more
0 Index: serial-test/Cargo.toml
1 ===================================================================
2 --- serial-test.orig/Cargo.toml
3 +++ serial-test/Cargo.toml
4 @@ -24,7 +24,7 @@ repository = "https://github.com/palfrey
5 version = "1.2"
6
7 [dependencies.parking_lot]
8 -version = ">= 0.10, < 0.12"
9 +version = "0.10"
10
11 [dependencies.serial_test_derive]
12 version = "~0.5.1"
+0
-1
src/serial-test/debian/patches/series less more
0 lower-parking-lot-dep.diff