aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-19 14:19:33 +0100
committerGitHub <[email protected]>2020-10-19 14:19:33 +0100
commit3b4d0e2464c78fc9e341326843c5c84919a9175e (patch)
tree7f0c7bc2cfdc88587c7861c71d3d727e8d014dbe
parentb19040fae4a9c31b71880473d143e3c47d332098 (diff)
parent842111535451186807389129ba4cf62c93b00576 (diff)
Merge #6282
6282: Try to fix publishing r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--crates/completion/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/completion/Cargo.toml b/crates/completion/Cargo.toml
index 99087c73f..25192456a 100644
--- a/crates/completion/Cargo.toml
+++ b/crates/completion/Cargo.toml
@@ -14,6 +14,7 @@ itertools = "0.9.0"
14log = "0.4.8" 14log = "0.4.8"
15rustc-hash = "1.1.0" 15rustc-hash = "1.1.0"
16 16
17stdx = { path = "../stdx", version = "0.0.0" }
17syntax = { path = "../syntax", version = "0.0.0" } 18syntax = { path = "../syntax", version = "0.0.0" }
18text_edit = { path = "../text_edit", version = "0.0.0" } 19text_edit = { path = "../text_edit", version = "0.0.0" }
19base_db = { path = "../base_db", version = "0.0.0" } 20base_db = { path = "../base_db", version = "0.0.0" }
@@ -29,4 +30,3 @@ hir = { path = "../hir", version = "0.0.0" }
29 30
30[dev-dependencies] 31[dev-dependencies]
31expect-test = "1.0" 32expect-test = "1.0"
32stdx = { path = "../stdx", version = "0.0.0" }