switch from failure to anyhow
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
//! A file list catalog simply store a directory tree. Such catalogs
|
||||
//! may be used as index to do a fast search for files.
|
||||
|
||||
use failure::*;
|
||||
use anyhow::{Error};
|
||||
use std::ffi::CStr;
|
||||
|
||||
pub trait BackupCatalogWriter {
|
||||
|
Reference in New Issue
Block a user