diff options
author | Dominik Maier <dmnk@google.com> | 2023-01-05 12:25:02 +0000 |
---|---|---|
committer | Dominik Maier <dmnk@google.com> | 2023-01-05 12:25:02 +0000 |
commit | a3b56e7280cb5b5cea21c66c40d4390db6f13b8f (patch) | |
tree | cc2599499e847c4ac661988d1c5fe7b35a5ef82e /custom_mutators/rust/example_lain | |
parent | 57e7408774a5276baaecd9dd5a6c73f1cbbf866b (diff) | |
download | afl++-a3b56e7280cb5b5cea21c66c40d4390db6f13b8f.tar.gz |
rust custom mutator: mark external fns unsafe
Diffstat (limited to 'custom_mutators/rust/example_lain')
-rw-r--r-- | custom_mutators/rust/example_lain/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/rust/example_lain/Cargo.toml b/custom_mutators/rust/example_lain/Cargo.toml index 29d606a4..c52bf86f 100644 --- a/custom_mutators/rust/example_lain/Cargo.toml +++ b/custom_mutators/rust/example_lain/Cargo.toml @@ -2,7 +2,7 @@ name = "example_lain" 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 |