File: relax-schemars.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-- 309 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
@@ -89,7 +89,7 @@ version = "2.6.1"
 optional = true
 
 [dependencies.schemars]
-version = "1.0.4"
+version = "0.8"
 
 [dependencies.serde]
 version = "1.0.219"