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
15aad03bff
commit
971351fe93
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3152,7 +3152,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ast"
|
||||
version = "0.76.0"
|
||||
version = "0.76.1"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"is-macro",
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user