diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 19:04:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 19:04:34 -0700 |
commit | ba722671b4791524384010705bef0aaa83c22c0b (patch) | |
tree | 9d546b87a36cfa521d8a64ea032948416c9e6314 /rust/src/editing.rs | |
parent | a65dfc914517376b5ededb82e594236c5d61c721 (diff) | |
download | fatcat-ba722671b4791524384010705bef0aaa83c22c0b.tar.gz fatcat-ba722671b4791524384010705bef0aaa83c22c0b.zip |
rename rust crate fatcat-api-spec -> fatcat-openapi
Diffstat (limited to 'rust/src/editing.rs')
-rw-r--r-- | rust/src/editing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/editing.rs b/rust/src/editing.rs index 65cd5bb8..4890b231 100644 --- a/rust/src/editing.rs +++ b/rust/src/editing.rs @@ -11,7 +11,7 @@ use crate::identifiers::FatcatId; use crate::server::DbConn; use diesel; use diesel::prelude::*; -use fatcat_api_spec::models::*; +use fatcat_openapi::models::*; pub struct EditContext { pub editor_id: FatcatId, |