diff options
Diffstat (limited to 'custom_mutators/rust/example_lain')
| -rw-r--r-- | custom_mutators/rust/example_lain/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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"] |
