10 Commits

Author SHA1 Message Date
David Tolnay
d4c98d05b9
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`
2023-06-23 20:51:30 -07:00
David Tolnay
02e583360d
Update fuzz crate gitignore to ignore coverage dir 2023-03-25 21:35:20 -07:00
David Tolnay
5f801ea312
Ignore using destructuring assignment to wildcard pattern 2022-08-31 00:32:31 -07:00
David Tolnay
25129334eb
Add authors to Cargo.toml 2022-07-31 19:25:47 -07:00
David Tolnay
22da79711a
Sort package entries in Cargo.toml 2022-07-31 19:19:07 -07:00
David Tolnay
b899429dfb
Update fuzz manifest to match cargo fuzz's new template 2022-05-15 13:02:16 -07:00
David Tolnay
d279a78a23
Merge pull request 770 from DavidKorczynski/patch-1 2021-04-08 07:39:38 -07:00
DavidKorczynski
2cd354a827
Fix breaking OSS-Fuzz coverage build 2021-04-08 15:36:40 +01:00
David Tolnay
be11c917b4
Touch up PR 668 2020-05-11 10:57:13 -07:00
davkor
0adc6dfed5 Added from_slice fuzzer. 2020-05-11 11:34:08 +01:00