File: relax-deps.patch

package info (click to toggle)
rust-vsock 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: makefile: 41
file content (13 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: vsock/Cargo.toml
===================================================================
--- vsock.orig/Cargo.toml
+++ vsock/Cargo.toml
@@ -28,7 +28,7 @@ repository = "https://github.com/rust-vs
 version = "0.2.158"
 
 [dependencies.nix]
-version = "0.29.0"
+version = ">= 0.29.0, < 0.31"
 features = [
     "ioctl",
     "socket",