From b5bbbc0cd6b14847306a0dd9647dc94dec88ac56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 2 May 2019 16:06:42 +0900 Subject: [PATCH] publish atoms --- atoms/Cargo.toml | 2 +- ecmascript/transforms/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atoms/Cargo.toml b/atoms/Cargo.toml index 25849ea8c0a..e78a26b3b05 100644 --- a/atoms/Cargo.toml +++ b/atoms/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "swc_atoms" build = "build.rs" -version = "0.1.1" +version = "0.1.2" authors = ["강동윤 "] license = "Apache-2.0/MIT" repository = "https://github.com/swc-project/swc.git" diff --git a/ecmascript/transforms/Cargo.toml b/ecmascript/transforms/Cargo.toml index e724337d9cd..be9b491c8fc 100644 --- a/ecmascript/transforms/Cargo.toml +++ b/ecmascript/transforms/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://swc-project.github.io/rustdoc/swc_ecma_transforms/" description = "rust port of babel and closure compiler." [dependencies] -swc_atoms = { version = "0.1", path ="../../atoms" } +swc_atoms = { version = "0.1.2", path ="../../atoms" } swc_common = { version = "0.3", path ="../../common" } swc_ecma_ast = { version = "0.9.1", path ="../ast" } swc_ecma_parser = { version = "0.10", path ="../parser", features = ["verify"] }