mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 07:02:28 +03:00
chore: Publish crates
This commit is contained in:
parent
4ada9c7e05
commit
461b9902b3
@ -11,6 +11,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **(common)** Add `Atom` type (#4945) ([4ada9c7](https://github.com/swc-project/swc/commit/4ada9c7e05d1d61e061bf6af5830d10580d671eb))
|
||||||
|
|
||||||
|
|
||||||
- **(css/parser)** Improve performance of lexer (#4921) ([327969d](https://github.com/swc-project/swc/commit/327969d0d96159ed45a45a92e943d9d426de303c))
|
- **(css/parser)** Improve performance of lexer (#4921) ([327969d](https://github.com/swc-project/swc/commit/327969d0d96159ed45a45a92e943d9d426de303c))
|
||||||
|
|
||||||
## [1.2.199] - 2022-06-11
|
## [1.2.199] - 2022-06-11
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2992,7 +2992,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_atoms"
|
name = "swc_atoms"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rkyv",
|
"rkyv",
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_atoms"
|
name = "swc_atoms"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
Loading…
Reference in New Issue
Block a user