Commit d4c98d0
committed
Move serde_json_test crate to own workspace
Fixes the following error when testing against a compiler older
than 1.64:
error: failed to select a version for the requirement `hashbrown = "^0.14"`
candidate versions found which didn't match: 0.13.2, 0.13.1, 0.12.3, ...
location searched: crates.io index
required by package `indexmap v2.0.0`
... which satisfies dependency `indexmap = "^2"` of package `serde_json v1.0.97`
... which satisfies path dependency `serde_json` of package `serde_json_test v0.0.0`1 parent e09d78f commit d4c98d0
File tree
4 files changed
+2
-7
lines changed- .github/workflows
- fuzz
- tests/crate
4 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
0 commit comments