File: update_deps.patch

package info (click to toggle)
wlgreet 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,816 kB
  • sloc: makefile: 15
file content (34 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Last-Update: 2022-07-12
Forwarded: not-needed
Author: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Description: Adapt deps to versions available in the distro
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,16 +11,16 @@
 damage_debug = []
 
 [dependencies]
-smithay-client-toolkit = "0.15.2"
-rusttype = "0.9"
-chrono = "0.4"
-nix = "0.25"
-memmap2 = "0.3"
-os_pipe = "1.1"
+smithay-client-toolkit = ">=0.16"
+rusttype = ">=0.9"
+chrono = ">=0.4"
+nix = ">=0.27"
+memmap2 = ">=0.3"
+os_pipe = { version = ">=1.1", features = ["io_safety"] }
 wayland-client = { version = "0.29" }
 wayland-protocols = { version = "0.29", features = ["client", "unstable_protocols"] }
-lazy_static = "1.4"
+lazy_static = ">=1.4"
 serde = { version = "1.0", features = ["derive"] }
 greetd_ipc = { version = "0.10", features = ["sync-codec"] }
-getopts = "0.2"
-toml = "0.5"
+getopts = ">=0.2"
+toml = ">=0.5"