Skip to content

Commit a11a59c

Browse files
authoredMar 20, 2025··
fix(deps): update rust crate swc_core to 16.9.0 (#199)
2 parents 55a0e36 + a14db0b commit a11a59c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.70"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
swc_core = { version = "16.7.0", features = [
14+
swc_core = { version = "16.9.0", features = [
1515
"ecma_plugin_transform",
1616
"trace_macro",
1717
] }

0 commit comments

Comments
 (0)
Please sign in to comment.