From 9f1b21782a6221f3268ab8a270220094cdb354b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 17 Jul 2024 17:22:54 +0900 Subject: [PATCH 1/2] Add feature --- crates/swc_allocator/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/swc_allocator/Cargo.toml b/crates/swc_allocator/Cargo.toml index 5ee7a7eeb3c5..f144f8d5bb9c 100644 --- a/crates/swc_allocator/Cargo.toml +++ b/crates/swc_allocator/Cargo.toml @@ -15,6 +15,7 @@ version = "0.1.6" [features] default = ["scoped"] +nightly = [] rkyv = ["dep:rkyv"] scoped = [] serde = ["dep:serde", "dep:serde_derive"] From ba26920186e9b8715934f7597637cee34cd9ff32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 17 Jul 2024 17:24:26 +0900 Subject: [PATCH 2/2] nightly --- crates/swc_allocator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/swc_allocator/Cargo.toml b/crates/swc_allocator/Cargo.toml index f144f8d5bb9c..0460be00a909 100644 --- a/crates/swc_allocator/Cargo.toml +++ b/crates/swc_allocator/Cargo.toml @@ -17,7 +17,7 @@ version = "0.1.6" default = ["scoped"] nightly = [] rkyv = ["dep:rkyv"] -scoped = [] +scoped = ["nightly"] serde = ["dep:serde", "dep:serde_derive"] [dependencies]