diff options
author | van Hauser <vh@thc.org> | 2023-01-05 13:51:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 13:51:20 +0100 |
commit | 3b6fcd911a860a8c823c912c4b08b423734e4cfe (patch) | |
tree | cc2599499e847c4ac661988d1c5fe7b35a5ef82e /custom_mutators/rust/example/Cargo.toml | |
parent | 60dc37a8cf09f8e9048e4b6a2204d6c90b27655a (diff) | |
parent | a3b56e7280cb5b5cea21c66c40d4390db6f13b8f (diff) | |
download | afl++-3b6fcd911a860a8c823c912c4b08b423734e4cfe.tar.gz |
Merge pull request #1610 from AFLplusplus/dev 4.05c
push to stable
Diffstat (limited to 'custom_mutators/rust/example/Cargo.toml')
-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 |