mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
Bump version
This commit is contained in:
parent
58823f9590
commit
291251e2df
@ -12,7 +12,7 @@ edition = "2018"
|
||||
swc_atoms = { version = "0.2.0", path ="../../atoms" }
|
||||
swc_common = { version = "0.5.0", path ="../../common" }
|
||||
swc_ecma_ast = { version = "0.20.0", path ="../ast" }
|
||||
swc_ecma_utils = { version = "0.7.0", path ="../utils" }
|
||||
swc_ecma_utils = { version = "0.8.0", path ="../utils" }
|
||||
swc_ecma_parser = { version = "0.24", path ="../parser", features = ["verify"] }
|
||||
dashmap = "=3.5.1"
|
||||
either = "1.5"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
|
Loading…
Reference in New Issue
Block a user