We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffba4c0 commit 867fdf8Copy full SHA for 867fdf8
crates/syntax/Cargo.toml
@@ -25,10 +25,10 @@ serde = { version = "1.0.106", features = ["derive"] }
25
stdx = { path = "../stdx", version = "0.0.0" }
26
text_edit = { path = "../text_edit", version = "0.0.0" }
27
parser = { path = "../parser", version = "0.0.0" }
28
-test_utils = { path = "../test_utils", version = "0.0.0" }
29
profile = { path = "../profile", version = "0.0.0" }
30
31
[dev-dependencies]
+test_utils = { path = "../test_utils" }
32
walkdir = "2.3.1"
33
rayon = "1"
34
expect-test = "1.1"
0 commit comments