Skip to content

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Oct 2, 2024
1 parent 390a1a0 commit 8832b55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions libafl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ rustc-args = ["--cfg", "docsrs"]

[features]
default = [
"introspection",
"track_hit_feedbacks",
"std",
"derive",
"llmp_compression",
Expand Down
3 changes: 1 addition & 2 deletions libafl_frida/src/asan/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ use frida_gum::interceptor::Interceptor;
use frida_gum::ModuleDetails;
use libafl::{
corpus::Testcase,
events::EventFirer,
executors::ExitKind,
feedbacks::{Feedback, StateInitializer},
inputs::HasTargetBytes,
observers::{Observer, ObserversTuple},
observers::Observer,
state::State,
Error, HasMetadata,
};
Expand Down

0 comments on commit 8832b55

Please sign in to comment.