diff --git a/afl/Cargo.toml b/afl/Cargo.toml index c78cda863d..ee1d628249 100644 --- a/afl/Cargo.toml +++ b/afl/Cargo.toml @@ -36,6 +36,7 @@ runtime = [] # a runtime for clang inmem-executor [[example]] name = "llmp_test" path = "./examples/llmp_test/main.rs" +required-features = ["std"] [dependencies] tuple_list = "0.1.2"