chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-01 14:57:43 +00:00
parent 0336029c22
commit 6d0dcba63a
3 changed files with 5 additions and 2 deletions

View File

@ -98,6 +98,9 @@
- **(css/lints)** Skip disabled rules (#3803) ([0336029](https://github.com/swc-project/swc/commit/0336029c22a8751d2acb9765f11ead79c77115dc))
- **(plugin/runner)** Optimize `write_into_memory_view` (#3797) ([7fd0eee](https://github.com/swc-project/swc/commit/7fd0eeecb844a182fef39872178e3991356e3ae0))
### Refactor

2
Cargo.lock generated
View File

@ -2898,7 +2898,7 @@ dependencies = [
[[package]]
name = "swc_css_lints"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"auto_impl",
"parking_lot 0.12.0",

View File

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