Codebase list rust-libslirp / 1c9f94b
update sequoia-openpgp Daniel Kahn Gillmor 3 years ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-sequoia-openpgp (0.16.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package sequoia-openpgp 0.16.0 from crates.io using debcargo 2.4.2
3 * accept building against base64 0.12.*
4
5 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 10 Jun 2020 12:23:44 -0400
6
07 rust-sequoia-openpgp (0.16.0-3) unstable; urgency=medium
18
29 * Unbreak autopkg test with additional upstream fix
33 commit to that same approach to resolving the concern (debian archive
44 management should handle it for us).
55
6 Furthermore, sequoia-openpgp should also work with base64 version
7 0.12.*, not just 0.11.*.
8
69 Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
710
811 --- a/Cargo.toml 2020-04-24 15:13:48.609357466 -0400
912 +++ b/Cargo.toml 2020-04-24 15:13:59.710831392 -0400
13 @@ -32,7 +32,7 @@
14 version = "1"
15
16 [dependencies.base64]
17 -version = "0.11"
18 +version = ">= 0.11, < 0.13"
19
20 [dependencies.buffered-reader]
21 version = "0.16"
1022 @@ -79,9 +79,9 @@
1123 version = "1"
1224