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.
2 parents dd84b7a + c070146 commit 28b1cd3Copy full SHA for 28b1cd3
crates/syntax/Cargo.toml
@@ -27,7 +27,7 @@ serde = { version = "1.0.106", features = ["derive"] }
27
stdx = { path = "../stdx", version = "0.0.0" }
28
text_edit = { path = "../text_edit", version = "0.0.0" }
29
parser = { path = "../parser", version = "0.0.0" }
30
-test_utils = { path = "../test_utils" }
+test_utils = { path = "../test_utils", version = "0.0.0" }
31
32
[dev-dependencies]
33
walkdir = "2.3.1"
0 commit comments