Codebase list rust-serde-xml-rs / 77dc467
Block-modes: relax dependency on block-padding. Peter Michael Green 3 years ago
3 changed file(s) with 16 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Package block-modes 0.3.3 from crates.io using debcargo 2.4.3
4 * Unbrea the build (Closes: #975767)
4 * Relax dependency on rust-block-padding.
55
6 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Nov 2020 11:08:04 +0100
6 -- Peter Michael Green <plugwash@debian.org> Thu, 24 Dec 2020 00:07:26 +0000
77
88 rust-block-modes (0.3.3-2) unstable; urgency=medium
99
0 Index: block-modes/Cargo.toml
1 ===================================================================
2 --- block-modes.orig/Cargo.toml
3 +++ block-modes/Cargo.toml
4 @@ -23,7 +23,7 @@ repository = "https://github.com/RustCry
5 version = "0.6"
6
7 [dependencies.block-padding]
8 -version = "0.1"
9 +version = ">= 0.1, < 0.3"
10 [dev-dependencies.aes-soft]
11 version = "0.3"
12