From 9fa52fa61c70a37711ccdbada64e1e5e5f540447 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 17 Aug 2023 14:58:59 +0800 Subject: [PATCH] chore: run `just fmt` --- Cargo.toml | 2 +- crates/oxc_parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 10e281499..58d2ee93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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' diff --git a/crates/oxc_parser/Cargo.toml b/crates/oxc_parser/Cargo.toml index 792282d6b..f92596d93 100644 --- a/crates/oxc_parser/Cargo.toml +++ b/crates/oxc_parser/Cargo.toml @@ -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