Skip to content

Commit 8421115

Browse files
committed
Try to fix publishing
This errro specifically: Updating crates.io index error: failed to select a version for the requirement `ra_ap_stdx = "^0.0.0"` candidate versions found which didn't match: 0.0.20 location searched: /home/runner/work/rust-analyzer/rust-analyzer/crates/stdx required by package `ra_ap_completion v0.0.20 (/home/runner/work/rust-analyzer/rust-analyzer/crates/completion)` error: unable to update Cargo.lock Error: Process completed with exit code 1.
1 parent b19040f commit 8421115

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)