From b084dc288fe3592e6b966b5bffb72a3f3a9ee2ae Mon Sep 17 00:00:00 2001 From: Allen Zhang <37892968+zhangtao25@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:00:06 +0800 Subject: [PATCH] feat: update --- .gitignore | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 782f7c50..e0461513 100755 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ coverage schema.gql -target/ \ No newline at end of file +target/ +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index 1be249ea..a79311c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sourcemap = "9.0.0" swc_atoms = "2.0.0" swc_cached = "1.0.0" swc_common = "1.0.0" -swc_core = "0.101.*" +swc_core = "1.0.0" swc_css_ast = "1.0.0" swc_css_codegen = "1.0.0" swc_css_compat = "1.0.0"