6282: Try to fix publishing r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2020-10-19 13:19:33 +00:00 committed by GitHub
commit 3b4d0e2464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ itertools = "0.9.0"
log = "0.4.8"
rustc-hash = "1.1.0"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
text_edit = { path = "../text_edit", version = "0.0.0" }
base_db = { path = "../base_db", version = "0.0.0" }
@ -29,4 +30,3 @@ hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.0"
stdx = { path = "../stdx", version = "0.0.0" }