File: 1001_zip.patch

package info (click to toggle)
rust-binary-install 0.4.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer major versions of crate zip
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2026-01-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@
 is_executable = ">= 0.1, <= 1"
 siphasher = ">= 0.3, <= 1"
 tar = "0.4"
-zip = "2.1.3"
+zip = ">= 2.1.3, <= 5"
 
 [dev-dependencies]
 tempfile = "3.1"