File: 1001_is_executable.patch

package info (click to toggle)
rust-binary-install 0.4.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 280 kB
  • sloc: makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer major version of crate is_executable
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
@@ -16,7 +16,7 @@
 flate2 = "1.0"
 fs4 = "0.13.1"
 hex = "0.4"
-is_executable = "0.1"
+is_executable = ">= 0.1, <= 1"
 siphasher = "0.3"
 tar = "0.4"
 zip = "2.1.3"