From b53ff2293a7ab97d8ed626ec6661363485cfabef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 28 Jul 2022 14:01:15 +0900 Subject: [PATCH] fixup --- Cargo.lock | 5 +++++ crates/better_string_cache_codegen/Cargo.toml | 2 +- crates/swc_atoms/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b23bce8e4d84..46f79dc8ea8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,6 +170,10 @@ dependencies = [ name = "better_string_cache" version = "0.1.0" +[[package]] +name = "better_string_cache_codegen" +version = "0.1.0" + [[package]] name = "binding_core_node" version = "0.1.0" @@ -2999,6 +3003,7 @@ name = "swc_atoms" version = "0.3.0" dependencies = [ "better_string_cache", + "better_string_cache_codegen", "bytecheck", "once_cell", "rkyv", diff --git a/crates/better_string_cache_codegen/Cargo.toml b/crates/better_string_cache_codegen/Cargo.toml index 499e0e923a9f..f5eccbf286fd 100644 --- a/crates/better_string_cache_codegen/Cargo.toml +++ b/crates/better_string_cache_codegen/Cargo.toml @@ -4,7 +4,7 @@ description = "Fork of string_cache" documentation = "https://rustdoc.swc.rs/better_strign_cache_codegen/" edition = "2021" license = "Apache-2.0" -name = "better_strign_cache_codegen" +name = "better_string_cache_codegen" repository = "https://github.com/swc-project/swc.git" version = "0.1.0" diff --git a/crates/swc_atoms/Cargo.toml b/crates/swc_atoms/Cargo.toml index 9125c2a0a1db..9e0d99e2e209 100644 --- a/crates/swc_atoms/Cargo.toml +++ b/crates/swc_atoms/Cargo.toml @@ -25,5 +25,5 @@ serde = "1" string_cache = "0.8.4" [build-dependencies] -better_string_cache_codegen = {version = "0.1.0", path = "../better_strign_cache_codegen"} +better_string_cache_codegen = {version = "0.1.0", path = "../better_string_cache_codegen"} string_cache_codegen = "0.5.2"