Replace LibNyx with crates.io version (#3269)

This commit is contained in:
Dominik Maier 2025-05-23 20:28:59 +02:00 committed by GitHub
parent 7b9be937f7
commit b22c2ca99c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",