summaryrefslogtreecommitdiffstats
path: root/rust/src/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/errors.rs')
-rw-r--r--rust/src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/errors.rs b/rust/src/errors.rs
index cb53e6d1..e18e660f 100644
--- a/rust/src/errors.rs
+++ b/rust/src/errors.rs
@@ -15,7 +15,7 @@
pub use failure::Error;
use failure::Fail;
-use fatcat_api_spec::models;
+use fatcat_openapi::models;
use std::result;
/// A type alias for handling errors throughout this crate