From ac8185f2f3bca86db9d7bdfeeb91b657ec3f30d6 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Mon, 6 Jul 2020 13:37:11 -0700 Subject: [PATCH] remove patch for newly released color-eyre dependency (#595) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3492f214..b0a3b5ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,4 @@ panic = "abort" [patch.crates-io] abscissa_core = { git = "https://github.com/yaahc/abscissa.git", rev = "41d342a9344e38442b2211b07f28a89505892a21" } -color-eyre = { git = "https://github.com/yaahc/color-eyre.git", rev = "f882a88a7037aa621a42c3719d06a2286aa0f8de", features = ["capture-spantrace"] } -spandoc = { git = "https://github.com/yaahc/spandoc.git", rev = "554358be632b156a6f0af963b0b244e2665b4767" } \ No newline at end of file +spandoc = { git = "https://github.com/yaahc/spandoc.git", rev = "554358be632b156a6f0af963b0b244e2665b4767" }