From 0b22665391f5f068191a6c16c884c85aadee52b9 Mon Sep 17 00:00:00 2001 From: jma <94166787+jma-qb@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:15:51 +0100 Subject: Add support for post_process in Rust custom mutator + associated example with lain (#2241) --- custom_mutators/rust/example_lain/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom_mutators/rust/example_lain') diff --git a/custom_mutators/rust/example_lain/Cargo.toml b/custom_mutators/rust/example_lain/Cargo.toml index c52bf86f..ae7f24c1 100644 --- a/custom_mutators/rust/example_lain/Cargo.toml +++ b/custom_mutators/rust/example_lain/Cargo.toml @@ -8,9 +8,9 @@ edition = "2021" [dependencies] custom_mutator = { path = "../custom_mutator" } -lain="0.5" +lain = { git = "https://github.com/AFLplusplus/lain.git" } [[example]] name = "example_lain" path = "./src/lain_mutator.rs" -crate-type = ["cdylib"] \ No newline at end of file +crate-type = ["cdylib"] -- cgit 1.4.1