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"