Codebase list rust-stfu8 / 2ef3a9e
plist - relax dependency on base64 Peter Michael Green 2 years ago
5 changed file(s) with 25 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-plist (1.0.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package plist 1.0.0 from crates.io using debcargo 2.4.4
4 * Relax dependency on base64
5
6 -- Peter Michael Green <plugwash@debian.org> Sun, 22 Aug 2021 12:02:17 +0000
7
08 rust-plist (1.0.0-1) unstable; urgency=medium
19
210 * Team upload.
88
99 Files: debian/*
1010 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2019 Helen Koike <helen@koikeco.de>
1313 License: MIT
1414
2020
2121 Files: debian/*
2222 Copyright:
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Helen Koike <helen@koikeco.de>
23 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2021 Helen Koike <helen@koikeco.de>
2525 License: MIT
2626
2727 License: MIT
0 Index: plist/Cargo.toml
1 ===================================================================
2 --- plist.orig/Cargo.toml
3 +++ plist/Cargo.toml
4 @@ -22,7 +22,7 @@ categories = ["config", "encoding", "par
5 license = "MIT"
6 repository = "https://github.com/ebarnard/rust-plist/"
7 [dependencies.base64]
8 -version = "0.12.0"
9 +version = ">= 0.12, < 0.14"
10
11 [dependencies.chrono]
12 version = "0.4.11"