summaryrefslogtreecommitdiffstats
path: root/src/app.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-12 21:59:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-12 22:14:20 +0200
commit68d9fb8e9a88489e66cb0678900186ee71afcee6 (patch)
treed67757d36b1de0e3334c240186a960531759c2af /src/app.rs
parentccef8f81f3905f5545db97b9bd720570e3381289 (diff)
Switch to anyhow
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
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;