chore: Publish crates

This commit is contained in:
Donny 2021-11-12 21:27:00 +09:00
parent 6e10168207
commit 3294a35417
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2759,7 +2759,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.78.1"
version = "0.78.2"
dependencies = [
"either",
"enum_kind",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0/MIT"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.78.1"
version = "0.78.2"
[package.metadata.docs.rs]
all-features = true