chore: Publish crates

This commit is contained in:
SWC Bot 2023-10-03 03:35:46 +00:00
parent 2a508bcb9a
commit 4abfbaacc4
3 changed files with 5 additions and 8 deletions

View File

@ -31,6 +31,9 @@
- Fix CI ([0c8d8a3](https://github.com/swc-project/swc/commit/0c8d8a3f4ab24c41d209bf2fdd37703e0205f0c0))
- Configure `nissuer` ([#8053](https://github.com/swc-project/swc/issues/8053)) ([2a508bc](https://github.com/swc-project/swc/commit/2a508bcb9a7fb4d3323b4e08c0702b1191f95b96))
### Refactor
@ -1948,12 +1951,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
## [1.3.34] - 2023-02-08
### Documentation
- **(readme)** Split download badge ([#6917](https://github.com/swc-project/swc/issues/6917)) ([d779927](https://github.com/swc-project/swc/commit/d779927b4d00a19b3eb2b6cb792a682cbc006970))
### Testing

2
Cargo.lock generated
View File

@ -974,7 +974,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.87.48"
version = "0.87.49"
dependencies = [
"anyhow",
"clap 3.2.25",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.87.48"
version = "0.87.49"
[[bin]]
bench = false