mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
chore: Bump crates
This commit is contained in:
parent
e80fd41ea8
commit
85e4eaa507
@ -11,6 +11,9 @@
|
||||
|
||||
|
||||
|
||||
- **(es/codegen)** Add `to_code` ([#8968](https://github.com/swc-project/swc/issues/8968)) ([e80fd41](https://github.com/swc-project/swc/commit/e80fd41ea806f118ec9eeaa292f840c75aac3967))
|
||||
|
||||
|
||||
- **(plugin/runner)** Add description about wasi and file system ([#8963](https://github.com/swc-project/swc/issues/8963)) ([ced63a9](https://github.com/swc-project/swc/commit/ced63a973e48e542bc889675b2f2d4fb48abfb8d))
|
||||
|
||||
## [1.5.8] - 2024-05-20
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4193,7 +4193,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_codegen"
|
||||
version = "0.149.1"
|
||||
version = "0.149.2"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"criterion",
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.149.1"
|
||||
version = "0.149.2"
|
||||
|
||||
[features]
|
||||
# This does not enable serde for ast nodes.
|
||||
|
Loading…
Reference in New Issue
Block a user