Codebase list rust-stfu8 / 1c36b5a
* Team upload. * Package stream-cipher 0.3.2 from crates.io using debcargo 2.4.3 * Unbreak the build (Closes: #975757) Sylvestre Ledru 3 years ago
4 changed file(s) with 24 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 rust-stream-cipher (0.3.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package stream-cipher 0.3.2 from crates.io using debcargo 2.4.3
4 * Unbreak the build (Closes: #975757)
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Nov 2020 10:56:18 +0100
7
08 rust-stream-cipher (0.3.2-1) unstable; urgency=medium
19
210 * Team upload.
2020
2121 Files: debian/*
2222 Copyright:
23 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 kpcyrd <git@rxv.cc>
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 kpcyrd <git@rxv.cc>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 Index: stream-cipher/Cargo.toml
1 ===================================================================
2 --- stream-cipher.orig/Cargo.toml
3 +++ stream-cipher/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"]