Skip to content

Commit

Permalink
Use LibAFL 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dergoegge committed Jun 20, 2024
1 parent 5d7254b commit 767a033
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"

[dependencies]
clap = { version = "4.3.0", features = ["derive", "string"] }
libafl = { git = "https://github.com/AFLplusplus/LibAFL.git", branch = "main" }
libafl_bolts = { git = "https://github.com/AFLplusplus/LibAFL.git", branch = "main" }
libafl = "0.13.0"
libafl_bolts = "0.13.0"
serde = "1.0.200"

[[bin]]
Expand Down

0 comments on commit 767a033

Please # to comment.