File: enable-serde-feature.patch

package info (click to toggle)
rust-pnet-datalink 0.35.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: serde -> non optional because the dep is ignored otherwise
Author: Ananthu C V <weepingclown@disroot.org>
Forwarded: not-needed
Last-Update: 2024-06-15
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,6 @@
 [dependencies.serde]
 version = "1.0.171"
 features = ["derive"]
-optional = true
 default-features = false
 
 [features]