Codebase list rust-stfu8 / 60ef9f7
serial-test - relax parking-lot dependency. Peter Michael Green 1 year, 7 months ago
5 changed file(s) with 25 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-serial-test (0.5.1-3) 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 * Relax dependency on parking-lot.
5
6 -- Peter Michael Green <plugwash@debian.org> Sun, 04 Sep 2022 23:43:32 +0000
7
08 rust-serial-test (0.5.1-2) unstable; urgency=medium
19
210 * Team upload.
88
99 Files: debian/*
1010 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2020-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2020 Sylvestre Ledru <sylvestre@debian.org>
1313 License: MIT
1414
2020
2121 Files: debian/*
2222 Copyright:
23 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020-2021 Sylvestre Ledru <sylvestre@debian.org>
23 2020-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020-2022 Sylvestre Ledru <sylvestre@debian.org>
2525 License: MIT
2626
2727 License: MIT
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, < 0.13"
10
11 [dependencies.serial_test_derive]
12 version = "~0.5.1"