forked from kentnl-gentoo-rust/rust-dev-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-rust/serde_json: 1.0.4 Enable tests and feature=indexmap
Though currently, these tests are nothing more than an almost no-op of "it compiles", as the entire test suite is stripped by upstream during shipping, and subsequently, a whole bunch of unused dev-dependencies are patched out to keep things simple. Bug: serde-rs/json#578 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric <[email protected]>
- Loading branch information
1 parent
d54124f
commit 43cae3c
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
dev-rust/serde_json/files/serde_json-1.0.41-unused-deps.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
diff --git a/Cargo.toml.old b/Cargo.toml | ||
index 5ce911b..46aba1c 100644 | ||
--- a/Cargo.toml.old | ||
+++ b/Cargo.toml | ||
@@ -39,23 +39,6 @@ version = "1.0" | ||
|
||
[dependencies.serde] | ||
version = "1.0.60" | ||
-[dev-dependencies.automod] | ||
-version = "0.1" | ||
- | ||
-[dev-dependencies.rustversion] | ||
-version = "0.1" | ||
- | ||
-[dev-dependencies.serde_bytes] | ||
-version = "0.11" | ||
- | ||
-[dev-dependencies.serde_derive] | ||
-version = "1.0" | ||
- | ||
-[dev-dependencies.serde_stacker] | ||
-version = "0.1" | ||
- | ||
-[dev-dependencies.trybuild] | ||
-version = "1.0" | ||
|
||
[features] | ||
arbitrary_precision = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters