diff options
author | Dominik Maier <dmnk@google.com> | 2023-01-05 12:12:01 +0000 |
---|---|---|
committer | Dominik Maier <dmnk@google.com> | 2023-01-05 12:12:01 +0000 |
commit | 462e55da0cf2eb572b93f65d1190fdaac874e25c (patch) | |
tree | 778fda80e0b23778e8cbe70a2616aab5aff3bc8e /custom_mutators/rust/example | |
parent | a8b6365a90e09a635907f0c257667e505255910a (diff) | |
download | afl++-462e55da0cf2eb572b93f65d1190fdaac874e25c.tar.gz |
Updated rust custom mutator bindgen, fixed clippy lints
Diffstat (limited to 'custom_mutators/rust/example')
-rw-r--r-- | custom_mutators/rust/example/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/rust/example/Cargo.toml b/custom_mutators/rust/example/Cargo.toml index 070d23b1..9d53ebe5 100644 --- a/custom_mutators/rust/example/Cargo.toml +++ b/custom_mutators/rust/example/Cargo.toml @@ -2,7 +2,7 @@ name = "example_mutator" version = "0.1.0" authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |