This commit is contained in:
강동윤 2020-03-10 00:35:53 +09:00
parent e448a8910c
commit da97acca20
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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