aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2018-03-24 19:41:36 +0000
committerEdward Barnard2018-03-24 19:41:36 +0000
commit33571d053ee2fa167eb99572a3cef9450ef47ecf (patch)
treecc98bd98232c688979d9f6329edae5babe3e9c2c
parent07fc48983b7b518653008c380a4d6b101c21cbdb (diff)
downloadrust-plist-33571d053ee2fa167eb99572a3cef9450ef47ecf.tar.bz2
Update cargo-fuzz.
-rw-r--r--fuzz/Cargo.toml4
-rw-r--r--fuzz/fuzz_targets/binary_reader.rs (renamed from fuzz/fuzzers/binary_reader.rs)0
-rw-r--r--fuzz/fuzz_targets/xml_reader.rs (renamed from fuzz/fuzzers/xml_reader.rs)0
3 files changed, 2 insertions, 2 deletions
diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml
index b10e0d5..f669392 100644
--- a/fuzz/Cargo.toml
+++ b/fuzz/Cargo.toml
@@ -19,8 +19,8 @@ members = ["."]
[[bin]]
name = "binary_reader"
-path = "fuzzers/binary_reader.rs"
+path = "fuzz_targets/binary_reader.rs"
[[bin]]
name = "xml_reader"
-path = "fuzzers/xml_reader.rs"
+path = "fuzz_targets/xml_reader.rs"
diff --git a/fuzz/fuzzers/binary_reader.rs b/fuzz/fuzz_targets/binary_reader.rs
index 6cd2ab9..6cd2ab9 100644
--- a/fuzz/fuzzers/binary_reader.rs
+++ b/fuzz/fuzz_targets/binary_reader.rs
diff --git a/fuzz/fuzzers/xml_reader.rs b/fuzz/fuzz_targets/xml_reader.rs
index 58386f6..58386f6 100644
--- a/fuzz/fuzzers/xml_reader.rs
+++ b/fuzz/fuzz_targets/xml_reader.rs