mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
6db993a17c
https://github.com/vercel/next.js/pull/98440 unintentionally caused the rspack `Cargo.lock` to become outdated because it added a `smallvec` dependency to `turbo-unix-path`, which gets used by `next-taskless`. We only really need `smallvec`'s `serde` and `bincode_impl` features when used with turbo-tasks, so move the feature declaration there.