File: fix-tests-serde-derive.patch

package info (click to toggle)
rust-ipnetwork 0.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Enable +derive for serde to run tests
Last-Update: 2025-09-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: ipnetwork/Cargo.toml
===================================================================
--- ipnetwork.orig/Cargo.toml
+++ ipnetwork/Cargo.toml
@@ -54,4 +54,5 @@
 [dependencies.serde]
 version = "1.0.200"
+features = ["derive"]
 optional = true