Skip to content

Commit 867fdf8

Browse files
committed
Improve compilation speed
1 parent ffba4c0 commit 867fdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ serde = { version = "1.0.106", features = ["derive"] }
2525
stdx = { path = "../stdx", version = "0.0.0" }
2626
text_edit = { path = "../text_edit", version = "0.0.0" }
2727
parser = { path = "../parser", version = "0.0.0" }
28-
test_utils = { path = "../test_utils", version = "0.0.0" }
2928
profile = { path = "../profile", version = "0.0.0" }
3029

3130
[dev-dependencies]
31+
test_utils = { path = "../test_utils" }
3232
walkdir = "2.3.1"
3333
rayon = "1"
3434
expect-test = "1.1"

0 commit comments

Comments
 (0)