Skip to content

Commit b20d9b9

Browse files
chore(deps): update oxc to 0.123
1 parent db8978f commit b20d9b9

File tree

2 files changed

+76
-71
lines changed

2 files changed

+76
-71
lines changed

Cargo.lock

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

Cargo.toml

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

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

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

0 commit comments

Comments
 (0)