Skip to content

Commit db5c238

Browse files
chore(deps): update oxc to 0.128
1 parent 1e81af4 commit db5c238

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,18 @@ multiple_crate_versions = "allow"
8787

8888
[workspace.dependencies]
8989
# External oxc crates from crates.io
90-
oxc_allocator = "0.127"
91-
oxc_ast = "0.127"
92-
oxc_ast_visit = "0.127"
93-
oxc_diagnostics = "0.127"
94-
oxc_napi = "0.127"
95-
oxc_parser = "0.127"
96-
oxc_semantic = "0.127"
97-
oxc_span = "0.127"
90+
oxc_allocator = "0.128"
91+
oxc_ast = "0.128"
92+
oxc_ast_visit = "0.128"
93+
oxc_diagnostics = "0.128"
94+
oxc_napi = "0.128"
95+
oxc_parser = "0.128"
96+
oxc_semantic = "0.128"
97+
oxc_span = "0.128"
9898
oxc_sourcemap = "6.0.1"
99-
oxc_str = "0.127"
100-
oxc_transformer = "0.127"
101-
oxc_codegen = "0.127"
99+
oxc_str = "0.128"
100+
oxc_transformer = "0.128"
101+
oxc_codegen = "0.128"
102102

103103
# Internal
104104
oxc_angular_compiler = { path = "crates/oxc_angular_compiler" }

0 commit comments

Comments
 (0)