Skip to content

Commit 175ed36

Browse files
fix(deps): update oxc packages to 0.46
1 parent 9130c77 commit 175ed36

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

backend/Cargo.lock

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

backend/tauri/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ display-info = "0.5.0" # should be removed after upgrading to tauri v2
149149

150150
# OXC (The Oxidation Compiler)
151151
# We use it to parse and transpile the old script profile to esm based script profile
152-
oxc_parser = "0.45"
153-
oxc_allocator = "0.45"
154-
oxc_span = "0.45"
155-
oxc_ast = "0.45"
156-
oxc_syntax = "0.45"
152+
oxc_parser = "0.46"
153+
oxc_allocator = "0.46"
154+
oxc_span = "0.46"
155+
oxc_ast = "0.46"
156+
oxc_syntax = "0.46"
157157

158158
# Lua Integration
159159
mlua = { version = "0.10", features = [

0 commit comments

Comments
 (0)