File: relax-deps.diff

package info (click to toggle)
rust-calloop-wayland-source 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 144 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@
 optional = true
 
 [dependencies.rustix]
-version = "0.38.4"
+version = "1"
 features = ["std"]
 default-features = false
 
@@ -46,5 +46,5 @@
 version = "3.8.0"
 
 [dev-dependencies.wayland-protocols]
-version = "0.31.0"
+version = "0.32.0"
 features = ["client"]