aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-08 16:36:33 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-08 16:36:33 +0000
commit3b166aee3c116762c817f1acd0f5e01e48452932 (patch)
tree02b0ca86931a3c2bcd776245cc3ad75ec042af16 /Cargo.toml
parent63e3afeb682cb41e0bb00e1d138f962bbb1b1e7b (diff)
parent141ab166cfc07372322d8de0e8209f2728780706 (diff)
Merge #466
466: switch to newer cargo-metadata r=matklad a=matklad This handles renames closes https://github.com/rust-analyzer/rust-analyzer/issues/464 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5155e899..82b08ab40 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ incremental = true
6debug = true 6debug = true
7 7
8[patch.'crates-io'] 8[patch.'crates-io']
9cargo_metadata = { git = "https://github.com/matklad/cargo_metadata.git", branch = "well-typed" }