File: 0001-Cargo.toml-relax-dependencies.patch

package info (click to toggle)
rust-pango-sys-0.18 0.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: makefile: 62; ansic: 4
file content (22 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Date: Wed, 25 Sep 2024 17:30:51 +0200
Subject: Cargo.toml: relax dependencies

Forwarded: not-needed
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 348d77a..8012ba8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,7 +83,7 @@ version = "1.0.0"
 version = "3"
 
 [build-dependencies.system-deps]
-version = "6"
+version = "7"
 
 [features]
 v1_42 = []