diff --git a/.changeset/three-ways-smell.md b/.changeset/three-ways-smell.md new file mode 100644 index 000000000000..b9aaedffb860 --- /dev/null +++ b/.changeset/three-ways-smell.md @@ -0,0 +1,6 @@ +--- +swc_common: patch +swc_core: patch +--- + +fix(common): Require newer version of allocator diff --git a/crates/swc_common/Cargo.toml b/crates/swc_common/Cargo.toml index 2eb3912036dd..024184912c2e 100644 --- a/crates/swc_common/Cargo.toml +++ b/crates/swc_common/Cargo.toml @@ -64,7 +64,7 @@ url = { workspace = true } ast_node = { version = "0.9.8", path = "../ast_node" } better_scoped_tls = { version = "0.1.1", path = "../better_scoped_tls" } from_variant = { version = "0.1.8", path = "../from_variant" } -swc_allocator = { version = "0.1.1", path = "../swc_allocator", default-features = false } +swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_eq_ignore_macros = { version = "0.1.3", path = "../swc_eq_ignore_macros" } swc_visit = { version = "0.6.0", path = "../swc_visit" }