Skip to content

Commit 3b4d0e2

Browse files
bors[bot]matklad
andauthored
Merge #6282
6282: Try to fix publishing r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents b19040f + 8421115 commit 3b4d0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ itertools = "0.9.0"
1414
log = "0.4.8"
1515
rustc-hash = "1.1.0"
1616

17+
stdx = { path = "../stdx", version = "0.0.0" }
1718
syntax = { path = "../syntax", version = "0.0.0" }
1819
text_edit = { path = "../text_edit", version = "0.0.0" }
1920
base_db = { path = "../base_db", version = "0.0.0" }
@@ -29,4 +30,3 @@ hir = { path = "../hir", version = "0.0.0" }
2930

3031
[dev-dependencies]
3132
expect-test = "1.0"
32-
stdx = { path = "../stdx", version = "0.0.0" }

0 commit comments

Comments
 (0)