Skip to content

Commit 8d0f77b

Browse files
committed
Backport: #92177
Fixes #91708 set the legacy_x86_64_support feature on qfilter to support older intel cpus
1 parent e151e5f commit 8d0f77b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbopack/crates/turbo-persistence/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ memmap2 = "0.9.5"
2626
nohash-hasher = { workspace = true }
2727
parking_lot = { workspace = true }
2828
pot = "3.0.0"
29-
qfilter = { version = "0.3.0-alpha.2", features = ["serde"] }
29+
# See https://github.com/vercel/next.js/issues/91708 for why we need the legacy_x86_64_support feature
30+
qfilter = { version = "0.3.0-alpha.2", features = ["serde", "legacy_x86_64_support"] }
3031
quick_cache = { workspace = true }
3132
rustc-hash = { workspace = true }
3233
smallvec = { workspace = true }

0 commit comments

Comments
 (0)