diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 23:00:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 23:00:33 -0700 |
commit | a207c60ff756b9d591a56ca2814171dfa41e1a08 (patch) | |
tree | 4153a07d1647a89dac3e0dd53b3869960aa0769a /rust/src/bin/fatcat-auth.rs | |
parent | d45370efef0aee5063b8290ee4c5ded9c2e11671 (diff) | |
download | fatcat-a207c60ff756b9d591a56ca2814171dfa41e1a08.tar.gz fatcat-a207c60ff756b9d591a56ca2814171dfa41e1a08.zip |
update missing rust crate names
Diffstat (limited to 'rust/src/bin/fatcat-auth.rs')
-rw-r--r-- | rust/src/bin/fatcat-auth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/bin/fatcat-auth.rs b/rust/src/bin/fatcat-auth.rs index de9ade15..0b5c05b0 100644 --- a/rust/src/bin/fatcat-auth.rs +++ b/rust/src/bin/fatcat-auth.rs @@ -6,7 +6,7 @@ use fatcat::editing_crud::EditorCrud; use fatcat::errors::Result; use fatcat::identifiers::FatcatId; use fatcat::{auth, server}; -use fatcat_api_spec::models::Editor; +use fatcat_openapi::models::Editor; use std::process; use std::str::FromStr; |