mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Publish crates
This commit is contained in:
parent
912743aadb
commit
cd9a6b372a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user