File: relax-deps.patch

package info (click to toggle)
rust-wayland-protocols-misc 0.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 176 kB
  • sloc: xml: 761; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Relax build dependencies for Debian
Author: Arnaud Ferraris <aferraris@debian.org>
Forwarded: not-needed
Last-Update: 2025-10-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@
 optional = true
 
 [dependencies.wayland-protocols]
-version = "0.32.9"
+version = "0.32"
 features = ["unstable"]
 
 [dependencies.wayland-scanner]