Codebase list rust-serde-xml-rs / 06a8370
* Package block-cipher-trait 0.6.2 from crates.io using debcargo 2.4.3 * Fix the dependencies (Closes: #975763) Sylvestre Ledru 3 years ago
3 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-block-cipher-trait (0.6.2-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package block-cipher-trait 0.6.2 from crates.io using debcargo 2.4.3
4 * Fix the dependencies (Closes: #975763)
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 25 Nov 2020 22:37:13 +0100
7
08 rust-block-cipher-trait (0.6.2-2) unstable; urgency=medium
19
210 * Team upload.
0 Index: block-cipher-trait/Cargo.toml
1 ===================================================================
2 --- block-cipher-trait.orig/Cargo.toml
3 +++ block-cipher-trait/Cargo.toml
4 @@ -27,7 +27,7 @@ version = "0.1"
5 optional = true
6
7 [dependencies.generic-array]
8 -version = "0.12"
9 +version = "0.14"
10
11 [features]
12 dev = ["blobby"]