mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: run just fmt
This commit is contained in:
parent
6e074a39fd
commit
9fa52fa61c
2 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ static_assertions = { version = "1.1.0" }
|
|||
stacker = { version = "0.1.15" }
|
||||
tracing = { version = "0.1" }
|
||||
tracing-subscriber = { version = "0.3" }
|
||||
trustfall = { version = "0.6.0" }
|
||||
trustfall = { version = "0.6.0" }
|
||||
|
||||
[profile.release.package.oxc_wasm]
|
||||
opt-level = 'z'
|
||||
|
|
|
|||
|
|
@ -31,4 +31,4 @@ num-bigint = { workspace = true }
|
|||
oxc_ast = { workspace = true, features = ["serde"] }
|
||||
miette = { workspace = true, features = ["fancy-no-backtrace"] }
|
||||
serde_json = { workspace = true }
|
||||
ouroboros = "0.17.2" # for `multi-thread` example
|
||||
ouroboros = "0.17.2" # for `multi-thread` example
|
||||
|
|
|
|||
Loading…
Reference in a new issue