Skip to content

Commit 1a6ae8e

Browse files
[autofix.ci] apply automated fixes
1 parent aababc2 commit 1a6ae8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/biome_js_analyze/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ biome_service = { workspace = true }
5656
biome_test_utils = { path = "../biome_test_utils" }
5757
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
5858

59-
insta = { workspace = true, features = ["glob"] }
60-
tests_macros = { path = "../tests_macros" }
59+
insta = { workspace = true, features = ["glob"] }
60+
tests_macros = { path = "../tests_macros" }
6161

6262
[target.'cfg(target_os = "windows")'.dev-dependencies]
6363
mimalloc = { workspace = true }

crates/biome_tailwind_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing = { workspace = true }
2828
[dev-dependencies]
2929
biome_test_utils = { workspace = true }
3030
camino = { workspace = true }
31-
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
31+
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
3232
insta = { workspace = true }
3333
quickcheck = { workspace = true }
3434
quickcheck_macros = { workspace = true }

0 commit comments

Comments
 (0)