chore: Publish crates

This commit is contained in:
Donny 2021-11-21 23:43:31 +09:00
parent 9525ea178f
commit a392a4c0fd
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2773,7 +2773,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.78.5"
version = "0.78.6"
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.5"
version = "0.78.6"
[package.metadata.docs.rs]
all-features = true