File: relax-deps.patch

package info (click to toggle)
rust-wayland-cursor 0.29.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ categories = ["gui", "api-bindings"]
 license = "MIT"
 repository = "https://github.com/smithay/wayland-rs"
 [dependencies.nix]
-version = "0.22"
+version = ">=0.22, <1.0"
 
 [dependencies.wayland-client]
 version = "0.29.4"