mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 04:47:03 +03:00
chore: Publish crates
This commit is contained in:
parent
61366c85b3
commit
60c9ddf5fd
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3759,7 +3759,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin"
|
||||
version = "0.40.0"
|
||||
version = "0.41.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -3781,7 +3781,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_macro"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.40.0"
|
||||
version = "0.41.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -28,4 +28,4 @@ swc_ecma_ast = { version = "0.73.0", path = "../swc_ecma_ast", features = [
|
||||
] }
|
||||
swc_ecma_quote = { version = "0.9.0", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_visit = { version = "0.59.0", path = "../swc_ecma_visit" }
|
||||
swc_plugin_macro = { version = "0.3.0", path = "../swc_plugin_macro" }
|
||||
swc_plugin_macro = { version = "0.4.0", path = "../swc_plugin_macro" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin_macro"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
Loading…
Reference in New Issue
Block a user