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