Skip to content

Commit b899429

Browse files
committed
Update fuzz manifest to match cargo fuzz's new template
1 parent efa4c9f commit b899429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fuzz/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "serde_json-fuzz"
33
version = "0.0.0"
4-
authors = ["David Korczynski <[email protected]>"]
54
publish = false
6-
edition = "2018"
5+
edition = "2021"
76

87
[package.metadata]
98
cargo-fuzz = true
@@ -15,6 +14,7 @@ serde_json = { path = ".." }
1514
[[bin]]
1615
name = "from_slice"
1716
path = "fuzz_targets/from_slice.rs"
17+
test = false
18+
doc = false
1819

19-
# Prevent this from interfering with workspaces
2020
[workspace]

0 commit comments

Comments
 (0)