From b22c2ca99c7472040ffd679b676867bd64d22c6a Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 23 May 2025 20:28:59 +0200 Subject: [PATCH] Replace LibNyx with crates.io version (#3269) --- libafl_nyx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_nyx/Cargo.toml b/libafl_nyx/Cargo.toml index d6a7a8f59a..38187838d0 100644 --- a/libafl_nyx/Cargo.toml +++ b/libafl_nyx/Cargo.toml @@ -20,7 +20,7 @@ categories = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [target.'cfg(target_os = "linux")'.dependencies] -libnyx = { git = "https://github.com/nyx-fuzz/libnyx.git", rev = "f07a41fcf0a01be5f8b8397b26cb914a149b9198" } +libnyx = "0.1.3" libafl = { workspace = true, default-features = true, features = [ "std", "libafl_derive",