chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-07 23:03:16 +00:00
parent 19ececcd50
commit dbdfb3a449
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(common)** Align `stable_hasher` to latest rustc (#3895) ([372f298](https://github.com/swc-project/swc/commit/372f298f5f6faae804370a3caaf8dce309fcb9f5))
- **(css/lints)** Implement `custom-property-no-missing-var-function` rule (#3890) ([19ececc](https://github.com/swc-project/swc/commit/19ececcd507da27993b421ae76fd0f259b516125))
- **(css/parser)** Improve error recovery (#3901) ([6f781c3](https://github.com/swc-project/swc/commit/6f781c3b43a99ce65e5680665b8101a382adb4ef))

2
Cargo.lock generated
View File

@ -2922,7 +2922,7 @@ dependencies = [
[[package]]
name = "swc_css_lints"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"ahash",
"auto_impl",

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.6.0"
version = "0.6.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html