Skip to content

Commit 28b1cd3

Browse files
bors[bot]pksunkara
andauthored
Merge #6420
6420: Update Cargo.toml r=flodiebold a=pksunkara This was blocking the automated publishing. Co-authored-by: Pavan Kumar Sunkara <[email protected]>
2 parents dd84b7a + c070146 commit 28b1cd3

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)