From 918e8a6527b81d46e5018da535a33761dc28086b Mon Sep 17 00:00:00 2001 From: lazymio Date: Mon, 26 May 2025 18:38:34 +0800 Subject: [PATCH] use `libafl_wide` (#3274) * use libafl_wide * fix --- libafl_bolts/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libafl_bolts/Cargo.toml b/libafl_bolts/Cargo.toml index f09ae148b5..a476ce0372 100644 --- a/libafl_bolts/Cargo.toml +++ b/libafl_bolts/Cargo.toml @@ -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`)