mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
Bump
This commit is contained in:
parent
e448a8910c
commit
da97acca20
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "swc_common"
|
||||
version = "0.5.8"
|
||||
version = "0.5.9"
|
||||
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "swc_ecma_codegen"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
|
@ -34,7 +34,7 @@ log = "0.4.8"
|
||||
|
||||
[dev-dependencies]
|
||||
testing = { version = "0.5", path ="../../testing" }
|
||||
swc_ecma_codegen = { version = "0.18.0", path ="../codegen" }
|
||||
swc_ecma_codegen = { version = "0.19.0", path ="../codegen" }
|
||||
tempfile = "3"
|
||||
pretty_assertions = "0.6"
|
||||
sourcemap = "5"
|
||||
|
Loading…
Reference in New Issue
Block a user