Skip to content

Commit 9d80b0f

Browse files
fix(deps): update rust crate swc_compiler_base to v31 (#6069)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent ae83c6e commit 9d80b0f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

rust/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/parse_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
anyhow = "1.0.99"
1010
swc_atoms = "7.0.0"
11-
swc_compiler_base = "30.0.0"
11+
swc_compiler_base = "31.0.0"
1212
swc_config = "3.1.1"
1313
swc_common = { version = "14.0.2", features = ["parking_lot"] }
1414
swc_ecma_ast = "14.0.0"

0 commit comments

Comments
 (0)