mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
chore: Publish crates
This commit is contained in:
parent
6f04e84639
commit
cb528459e8
@ -13,6 +13,12 @@
|
||||
|
||||
- **(plugin)** Implement `SourceMap.span_to_*` (#4781) ([a937357](https://github.com/swc-project/swc/commit/a937357d47471222db4e62021ec507cd96597d9c))
|
||||
|
||||
### Performance
|
||||
|
||||
|
||||
|
||||
- **(common)** Use `jemalloc` for linux (#4791) ([6f04e84](https://github.com/swc-project/swc/commit/6f04e846394df4bcf1e82748cd5df739b7df7a96))
|
||||
|
||||
### Testing
|
||||
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4022,7 +4022,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_node_base"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
dependencies = [
|
||||
"mimalloc-rust",
|
||||
"tikv-jemallocator",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_node_base"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user