chore: Publish crates

This commit is contained in:
Donny 2021-11-11 14:15:29 +09:00
parent 0b1042354c
commit c5aac71660
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -264,9 +264,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "cc"
version = "1.0.71"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
[[package]]
name = "cfg-if"
@ -2601,7 +2601,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.33.2"
version = "0.33.3"
dependencies = [
"bitflags",
"lexical",

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_css_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.33.2"
version = "0.33.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]