Skip to content

Commit 6922bf6

Browse files
authored
chore: bump oxc 0.94 (#873)
1 parent cf2e8ea commit 6922bf6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ lexical = { version = "7.0.5", default-features = false, features = [
3131
num-bigint = "0.4.6"
3232
num-traits = "0.2.19"
3333
oxc-miette = { version = "2.5.1", features = ["fancy"] }
34-
oxc_allocator = "0.93.0"
35-
oxc_ast = "0.93.0"
36-
oxc_diagnostics = "0.93.0"
37-
oxc_ecmascript = "0.93.0"
38-
oxc_parser = "0.93.0"
39-
oxc_regular_expression = "0.93.0"
40-
oxc_semantic = "0.93.0"
41-
oxc_span = "0.93.0"
42-
oxc_syntax = "0.93.0"
34+
oxc_allocator = "0.94.0"
35+
oxc_ast = "0.94.0"
36+
oxc_diagnostics = "0.94.0"
37+
oxc_ecmascript = "0.94.0"
38+
oxc_parser = "0.94.0"
39+
oxc_regular_expression = "0.94.0"
40+
oxc_semantic = "0.94.0"
41+
oxc_span = "0.94.0"
42+
oxc_syntax = "0.94.0"
4343
rand = "0.9.2"
4444
regex = "1.11.3"
4545
ryu-js = "1.0.2"

0 commit comments

Comments
 (0)