Skip to content

Commit

Permalink
chore(deps): update rust crate oxc crates to 0.38 (dev) (#12122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored Jan 2, 2025
1 parent c0a5a10 commit 0198354
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 56 deletions.
130 changes: 78 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ css-color = "0.2"
resvg = "0.43.0"
dunce = "1"
glob = "0.3"
oxc_parser = "0.25"
oxc_span = "0.25"
oxc_allocator = "0.25"
oxc_ast = "0.25"
# 0.39 raised msrv to above 1.78 but 0.37+ can't compile on 1.77.2 either.
oxc_parser = "0.36"
oxc_span = "0.36"
oxc_allocator = "0.36"
oxc_ast = "0.36"
magic_string = "0.3"
phf = { version = "0.11", features = ["macros"] }
walkdir = "2"
Expand Down

0 comments on commit 0198354

Please sign in to comment.