aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGeorg Semmler <[email protected]>2019-01-09 15:33:33 +0000
committerGeorg Semmler <[email protected]>2019-01-09 15:33:45 +0000
commite7bf5dc94052c5259d0aeca32b84e2016ec3d262 (patch)
tree55c5a3205c1971681559ee4606995ff2088b387b /Cargo.toml
parent76b3985d70f850e22e6cc630230e56dd7cb96f9a (diff)
Fix rev to deleted branch
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 82b08ab40..1cf83dfa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +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" } 9cargo_metadata = { git = "https://github.com/oli-obk/cargo_metadata.git", rev="f73e27b24e" }