publish atoms

This commit is contained in:
강동윤 2019-05-02 16:06:42 +09:00
parent 0b4f06027d
commit b5bbbc0cd6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "swc_atoms"
build = "build.rs"
version = "0.1.1"
version = "0.1.2"
authors = ["강동윤 <kdy1@outlook.kr>"]
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"

View File

@ -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"] }