chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-12-01 05:26:50 +09:00
parent 912743aadb
commit cd9a6b372a
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -3750,7 +3750,7 @@ dependencies = [
[[package]]
name = "swc_ecma_testing"
version = "0.20.7"
version = "0.20.8"
dependencies = [
"anyhow",
"hex",
@ -3977,7 +3977,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.115.1"
version = "0.115.2"
dependencies = [
"ansi_term",
"anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.7"
version = "0.20.8"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.115.1"
version = "0.115.2"
[lib]
bench = false
@ -26,7 +26,7 @@ swc_common = { version = "0.29.16", path = "../swc_common", features = [
swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.128.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.123.1", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
swc_ecma_testing = { version = "0.20.8", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "0.112.1", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.106.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" }