diff --git a/Cargo.toml b/Cargo.toml index 846675ce8f1ab..eb8563b8efd3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ next-core = { path = "packages/next-swc/crates/next-core" } next-custom-transforms = { path = "packages/next-swc/crates/next-custom-transforms" } # SWC crates -swc_core = { version = "0.95.9", features = [ +swc_core = { version = "0.95.10", features = [ "ecma_loader_lru", "ecma_loader_parking_lot", ] }