We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e151e5f commit 8d0f77bCopy full SHA for 8d0f77b
turbopack/crates/turbo-persistence/Cargo.toml
@@ -26,7 +26,8 @@ memmap2 = "0.9.5"
26
nohash-hasher = { workspace = true }
27
parking_lot = { workspace = true }
28
pot = "3.0.0"
29
-qfilter = { version = "0.3.0-alpha.2", features = ["serde"] }
+# 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"] }
31
quick_cache = { workspace = true }
32
rustc-hash = { workspace = true }
33
smallvec = { workspace = true }
0 commit comments