File: 1001_bindgen.patch

package info (click to toggle)
rust-leptonica-sys 0.4.9-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 152 kB
  • sloc: makefile: 2; ansic: 1; sh: 1
file content (16 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branches of crate bindgen
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-11-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
 categories = ["api-bindings", "multimedia::images"]
 
 [build-dependencies]
-bindgen = "0.64.0"
+bindgen = ">= 0.64, <= 0.71"
 
 [target.'cfg(windows)'.build-dependencies]
 vcpkg = "0.2.15"