Bump versions

This commit is contained in:
강동윤 2020-06-20 17:43:24 +09:00
parent fe260a02e2
commit cae9286af0
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "swc_ecma_ast"
version = "0.20.0"
version = "0.21.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"

View File

@ -13,7 +13,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
bitflags = "1"
swc_atoms = { version = "0.2", path ="../../atoms" }
swc_common = { version = "0.6", path ="../../common" }
swc_ecma_ast = { version = "0.20.0", path ="../ast" }
swc_ecma_ast = { version = "0.21.0", path ="../ast" }
swc_ecma_codegen_macros = { version = "0.5", path ="./macros" }
sourcemap = "6"
num-bigint = { version = "0.2", features = ["serde"] }

View File

@ -19,7 +19,7 @@ verify = ["fold"]
[dependencies]
swc_atoms = { version = "0.2", path ="../../atoms" }
swc_common = { version = "0.6.0", path ="../../common" }
swc_ecma_ast = { version = "0.20.0", path ="../ast" }
swc_ecma_ast = { version = "0.21.0", path ="../ast" }
swc_ecma_parser_macros = { version = "0.4.1", path ="./macros" }
enum_kind = { version = "0.2", path ="../../macros/enum_kind" }
unicode-xid = "0.2"

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
swc_atoms = { version = "0.2.0", path ="../../atoms" }
swc_common = { version = "0.6.0", path ="../../common" }
swc_ecma_ast = { version = "0.20.0", path ="../ast" }
swc_ecma_ast = { version = "0.21.0", path ="../ast" }
swc_ecma_utils = { version = "0.9.0", path ="../utils" }
swc_ecma_parser = { version = "0.25", path ="../parser", features = ["verify"] }
dashmap = "=3.5.1"

View File

@ -11,7 +11,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swc_ecma_ast = { version = "0.20.0", path ="../ast" }
swc_ecma_ast = { version = "0.21.0", path ="../ast" }
swc_atoms = { version = "0.2.0", path ="../../atoms" }
swc_common = { version = "0.6.0", path ="../../common" }
swc_ecma_parser = { version = "0.25", path ="../parser", features = ["verify"] }

View File

@ -12,6 +12,6 @@ edition = "2018"
[dependencies]
swc_atoms = { version = "0.2", path = "../../atoms" }
swc_common = { version = "0.6.0", path = "../../common" }
swc_ecma_ast = { version = "0.20.0", path ="../ast" }
swc_ecma_ast = { version = "0.21.0", path ="../ast" }
swc_ecma_visit_macros = { version = "0.4.0", path ="./macros" }
num-bigint = { version = "0.2", features = ["serde"] }