File: 1001_serde_json_features.patch

package info (click to toggle)
rust-imap-codec 2.0.0~alpha6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,952 kB
  • sloc: makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: enable default features for test-only crate serde_json
 Without it, building testsuite fails.
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1081032
Last-Update: 2024-09-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/imap-types/Cargo.toml
+++ b/imap-types/Cargo.toml
@@ -42,7 +42,7 @@
 [dev-dependencies]
 criterion = { version = "0.7.0", default-features = false }
 rand = { version = "0.8", default-features = false, features = ["small_rng"] }
-serde_json = { version = "1.0.145", default-features = false }
+serde_json = { version = "1.0.145" }
 
 [[example]]
 name = "serde_json"