chore: run just fmt

This commit is contained in:
Boshen 2023-08-17 14:58:59 +08:00
parent 6e074a39fd
commit 9fa52fa61c
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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