mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
Bump versions
This commit is contained in:
parent
fe260a02e2
commit
cae9286af0
@ -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"
|
||||
|
@ -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"] }
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user