Skip to content

Commit

Permalink
chore: Bump crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Jul 16, 2024
1 parent 970f323 commit f6f359e
Show file tree
Hide file tree
Showing 40 changed files with 221 additions and 218 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
- **(bindings/wasm)** Shrink the size of the wasm file ([#9191](https://github.com/swc-project/swc/issues/9191)) ([3a23b3d](https://github.com/swc-project/swc/commit/3a23b3d120a14ca514204ef80bf744bb483dcfd6))


- **(es/codegen)** Use scoped allocator ([#9248](https://github.com/swc-project/swc/issues/9248)) ([970f323](https://github.com/swc-project/swc/commit/970f32398c6ff444540a31e1172a33b6155ed18b))


- **(es/typescript)** Add a benchmark for fast TS strip ([#9205](https://github.com/swc-project/swc/issues/9205)) ([7d9364c](https://github.com/swc-project/swc/commit/7d9364cad3618d9039eadbab6fa8c57091ec7794))


Expand Down
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.71.0"
version = "0.72.0"

[lib]
bench = false
Expand Down Expand Up @@ -33,10 +33,10 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.280.0", path = "../swc" }
swc = { optional = true, version = "0.281.0", path = "../swc" }
swc_common = { optional = true, version = "0.35.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.116.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.233.0", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.234.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.102.0", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
8 changes: 4 additions & 4 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.97.3"
version = "0.98.0"

[[bin]]
bench = false
Expand All @@ -32,12 +32,12 @@ swc_common = { version = "0.35.0", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.152.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.198.0", path = "../swc_ecma_minifier", features = [
swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.199.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.141.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.19.0", path = "../swc_error_reporters" }
swc_timer = { version = "0.23.0", path = "../swc_timer" }
Loading

0 comments on commit f6f359e

Please sign in to comment.