use libafl_wide (#3274)

* use libafl_wide

* fix
This commit is contained in:
lazymio 2025-05-26 18:38:34 +08:00 committed by GitHub
parent d5ecf7304d
commit 918e8a6527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,8 +177,8 @@ serial_test = { workspace = true, optional = true, default-features = false, fea
"logging",
] }
# optional stable simd, pin to a commit due to `u8x32` not released yet. Switch as long as next release is out!
wide = { git = "https://github.com/Lokathor/wide", rev = "71b5df0b2620da753836fafce5f99076181a49fe", optional = true }
# optional stable simd, pin to a commit due to `u8x32` not released yet. Switch to `wide` as long as next release is out!
wide = { version = "0.7.33", optional = true, package = "libafl_wide" }
rustversion = { workspace = true }
# Document all features of this crate (for `cargo doc`)