Package: rust-imap-codec / 2.0.0~alpha5+20250307-1

1001_serde_json_features.patch Patch series | download
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
@@ -39,7 +39,7 @@
 [dev-dependencies]
 criterion = { version = "0.5.1", default-features = false }
 rand = { version = "0.8", default-features = false, features = ["small_rng"] }
-serde_json = { version = "1.0.133", default-features = false }
+serde_json = { version = "1.0.133" }
 
 [[example]]
 name = "serde_json"