diff --git a/.changeset/bright-olives-sell.md b/.changeset/bright-olives-sell.md new file mode 100644 index 000000000000..1a596377e527 --- /dev/null +++ b/.changeset/bright-olives-sell.md @@ -0,0 +1,6 @@ +--- +swc_ecma_codegen: patch +swc_core: patch +--- + +chore(es/codegen): bump minimum required swc_allocator version to 0.1.8 diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 6a8859183305..d3576f2aa428 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -24,7 +24,7 @@ serde = { workspace = true } sourcemap = { workspace = true } tracing = { workspace = true } -swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false } +swc_allocator = { version = "0.1.8", path = "../swc_allocator", default-features = false } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.37.0", path = "../swc_common" } swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast" }