Skip to content

Commit 918e8a6

Browse files
authored
use libafl_wide (#3274)
* use libafl_wide * fix
1 parent d5ecf73 commit 918e8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libafl_bolts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ serial_test = { workspace = true, optional = true, default-features = false, fea
177177
"logging",
178178
] }
179179

180-
# optional stable simd, pin to a commit due to `u8x32` not released yet. Switch as long as next release is out!
181-
wide = { git = "https://github.com/Lokathor/wide", rev = "71b5df0b2620da753836fafce5f99076181a49fe", optional = true }
180+
# optional stable simd, pin to a commit due to `u8x32` not released yet. Switch to `wide` as long as next release is out!
181+
wide = { version = "0.7.33", optional = true, package = "libafl_wide" }
182182
rustversion = { workspace = true }
183183

184184
# Document all features of this crate (for `cargo doc`)

0 commit comments

Comments
 (0)