Codebase list rust-serde-xml-rs / a5206fb
unbreak crypto-mac Sylvestre Ledru 3 years ago
4 changed file(s) with 26 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 rust-crypto-mac (0.7.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package crypto-mac 0.7.0 from crates.io using debcargo 2.4.3
4 * Fix the build (Closes: #975769)
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Nov 2020 09:47:04 +0100
7
08 rust-crypto-mac (0.7.0-2) unstable; urgency=medium
19
210 * Team upload.
0 Index: crypto-mac/Cargo.toml
1 ===================================================================
2 --- crypto-mac.orig/Cargo.toml
3 +++ crypto-mac/Cargo.toml
4 @@ -27,10 +27,10 @@ version = "0.1"
5 optional = true
6
7 [dependencies.generic-array]
8 -version = "0.12"
9 +version = "0.14"
10
11 [dependencies.subtle]
12 -version = "1"
13 +version = "2"
14 default-features = false
15
16 [features]
+0
-11
src/crypto-mac/debian/patches/relax-deps.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -30,7 +30,7 @@
3 version = "0.12"
4
5 [dependencies.subtle]
6 -version = "1"
7 +version = "2"
8 default-features = false
9
10 [features]
0 relax-deps.patch
0 fix-deps.diff