File: relax-rustix.diff

package info (click to toggle)
rust-wayland-server 0.31.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: xml: 2,750; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@
 optional = true
 
 [dependencies.rustix]
-version = "1.0.2"
+version = ">= 0.38, < 2.0"
 features = ["fs"]
 
 [dependencies.wayland-backend]