Skip to content

Commit c070146

Browse files
authored
Update Cargo.toml
1 parent dd84b7a commit c070146

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
@@ -27,7 +27,7 @@ serde = { version = "1.0.106", features = ["derive"] }
2727
stdx = { path = "../stdx", version = "0.0.0" }
2828
text_edit = { path = "../text_edit", version = "0.0.0" }
2929
parser = { path = "../parser", version = "0.0.0" }
30-
test_utils = { path = "../test_utils" }
30+
test_utils = { path = "../test_utils", version = "0.0.0" }
3131

3232
[dev-dependencies]
3333
walkdir = "2.3.1"

0 commit comments

Comments
 (0)