chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-04-22 10:50:25 +09:00
parent 15aad03bff
commit 971351fe93
2 changed files with 8 additions and 8 deletions

2
Cargo.lock generated
View File

@ -3152,7 +3152,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.76.0"
version = "0.76.1"
dependencies = [
"arbitrary",
"is-macro",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.76.0"
version = "0.76.1"
[package.metadata.docs.rs]
all-features = true
@ -21,14 +21,14 @@ fuzzing = ["arbitrary", "swc_common/arbitrary"]
rkyv-impl = ["rkyv", "swc_common/rkyv-impl"]
[dependencies]
arbitrary = {version = "1", optional = true, features = ["derive"]}
arbitrary = { version = "1", optional = true, features = ["derive"] }
is-macro = "0.2.0"
num-bigint = {version = "0.4", features = ["serde"]}
num-bigint = { version = "0.4", features = ["serde"] }
rkyv = { version = "0.7.37", optional = true }
serde = {version = "1.0.133", features = ["derive"]}
string_enum = {version = "0.3.1", path = "../string_enum"}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = { version = "0.17.23", path = "../swc_common"}
serde = { version = "1.0.133", features = ["derive"] }
string_enum = { version = "0.3.1", path = "../string_enum" }
swc_atoms = { version = "0.2", path = "../swc_atoms" }
swc_common = { version = "0.17.23", path = "../swc_common" }
unicode-id = "0.3"
[dev-dependencies]