chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-03 15:07:02 +00:00
parent fbb98aa73c
commit 2974775fff
3 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,9 @@
- **(css/parser)** Improve error recovery (#3810) ([f969f8c](https://github.com/swc-project/swc/commit/f969f8c5f54e3028576a74ccfcaae72b1c19eaf9))
- **(css/parser)** Improve error recovery (#3828) ([fbb98aa](https://github.com/swc-project/swc/commit/fbb98aa73cbbac186493065af8cfa0fd31407fe6))
- **(es/lints)** Implement `radix` rule (#3651) ([f6b4bbe](https://github.com/swc-project/swc/commit/f6b4bbe47beccb6052d60c8e6d7d8c8c7fec5100))

2
Cargo.lock generated
View File

@ -2930,7 +2930,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.94.1"
version = "0.94.2"
dependencies = [
"bitflags",
"lexical",

View File

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