From 68d9fb8e9a88489e66cb0678900186ee71afcee6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 12 May 2020 21:59:21 +0200 Subject: Switch to anyhow Signed-off-by: Matthias Beyer --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app.rs') diff --git a/src/app.rs b/src/app.rs index d06e1d2..cc07c6e 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1,6 +1,6 @@ use std::collections::BTreeMap; -use failure::Error; +use anyhow::Error; use futures::Stream; use futures::stream; -- cgit v1.2.3