]> git.proxmox.com Git - debcargo-conf.git/commitdiff
blake2-rfc: Update of the arrayvec version
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 18 Dec 2021 11:20:34 +0000 (12:20 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 18 Dec 2021 11:23:11 +0000 (12:23 +0100)
src/blake2-rfc/debian/changelog
src/blake2-rfc/debian/patches/fix-deps.diff

index 805416fa1b0dab3ae110ffcd388b7f7ae3c234c9..09b6dbf636d29d62ba01b8709bb32f2ae3a750ee 100644 (file)
@@ -1,9 +1,10 @@
-rust-blake2-rfc (0.2.18-4) unstable; urgency=medium
+rust-blake2-rfc (0.2.18-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
   * Team upload.
   * Package blake2-rfc 0.2.18 from crates.io using debcargo 2.5.0
+  * Update of the arrayvec version
 
- -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 18 Dec 2021 09:59:34 +0100
+ -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 18 Dec 2021 12:21:46 +0100
 
 rust-blake2-rfc (0.2.18-3) unstable; urgency=medium
 
index b106e427b741d5d76885e35f6f0143e29404698e..f9eae6c2a37d272818258e5c9762d37fce9961f7 100644 (file)
@@ -2,23 +2,15 @@ Index: blake2-rfc/Cargo.toml
 ===================================================================
 --- blake2-rfc.orig/Cargo.toml
 +++ blake2-rfc/Cargo.toml
-@@ -21,12 +21,12 @@ keywords = ["blake2", "blake2b", "blake2
- categories = ["cryptography", "no-std"]
+@@ -22,7 +22,7 @@ categories = ["cryptography", "no-std"]
  license = "MIT OR Apache-2.0"
  repository = "https://github.com/cesarb/blake2-rfc"
--[dependencies.clippy]
--version = "0.0.41"
--optional = true
-+#[dependencies.clippy]
-+#version = "0.0.41"
-+#optional = true
  [dependencies.arrayvec]
 -version = "0.4.6"
 +version = "0.7"
  default-features = false
  
- [dependencies.constant_time_eq]
+ [dependencies.clippy]
 Index: blake2-rfc/src/blake2.rs
 ===================================================================
 --- blake2-rfc.orig/src/blake2.rs