aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-02 12:27:30 +0000
committerAleksey Kladov <[email protected]>2019-01-08 16:36:09 +0000
commit141ab166cfc07372322d8de0e8209f2728780706 (patch)
tree02b0ca86931a3c2bcd776245cc3ad75ec042af16 /Cargo.toml
parent63e3afeb682cb41e0bb00e1d138f962bbb1b1e7b (diff)
switch to newer cargo-metadata
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" }