File: fix-deps.patch

package info (click to toggle)
rust-aom-sys 0.3.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: makefile: 4; ansic: 4
file content (23 lines) | stat: -rw-r--r-- 449 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
23
From: Sebastian Ramacher <sramacher@debian.org>
Date: Thu, 22 Aug 2024 06:53:04 -0400
Subject: Relax/update dependencies

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,10 +26,10 @@
 [dependencies]
 
 [build-dependencies.bindgen]
-version = "0.69.1"
+version = ">=0.69.1, <1.0"
 
 [build-dependencies.system-deps]
-version = "6.0"
+version = "7"
 
 [features]
 build_sources = []