File: relax-thiserror.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-- 315 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
@@ -108,7 +108,7 @@ version = "0.26"
 version = "0.26"
 
 [dependencies.thiserror]
-version = "2.0.14"
+version = "2.0.11"
 
 [dependencies.tokio]
 version = "1.47.1"