File: 2001_rustyfuzz.patch

package info (click to toggle)
resvg 0.45.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 26,860 kB
  • sloc: ansic: 441; cpp: 393; makefile: 106; sh: 37; python: 31
file content (17 lines) | stat: -rw-r--r-- 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older branches of crate rustybuzz
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-03-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/crates/usvg/Cargo.toml
+++ b/crates/usvg/Cargo.toml
@@ -37,7 +37,7 @@
 
 # text
 fontdb = { version = ">= 0.22.0, <= 0.23", default-features = false, optional = true }
-rustybuzz = { version = "0.20.1", optional = true }
+rustybuzz = { version = ">= 0.18, <= 0.20", optional = true }
 unicode-bidi = { version = "0.3", optional = true }
 unicode-script = { version = "0.5", optional = true }
 unicode-vo = { version = "0.1", optional = true }