File: relax-serial-test.patch

package info (click to toggle)
rust-nftables 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 564 kB
  • sloc: sh: 11; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: nftables/Cargo.toml
===================================================================
--- nftables.orig/Cargo.toml
+++ nftables/Cargo.toml
@@ -122,7 +122,7 @@ optional = true
 version = "0.3.2"
 
 [dev-dependencies.serial_test]
-version = "3.2.0"
+version = "2"
 
 [dev-dependencies.tempfile]
 version = "3.20.0"