diff --git a/Cargo.toml b/Cargo.toml index f2d9df1..b1e5a8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ fast-barrier = ["windows-sys", "libc"] [dev-dependencies] criterion = "0.3.5" crossbeam-epoch = "0.9.8" -haphazard = { git = "https://github.com/jonhoo/haphazard", rev = "e0e18f60f78652a63aba235be854f87d106c1a1b" } +haphazard = "0.1.8" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(seize_asan)'] }