From a207c60ff756b9d591a56ca2814171dfa41e1a08 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 23:00:33 -0700 Subject: update missing rust crate names --- rust/src/bin/fatcat-export.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/bin/fatcat-export.rs') diff --git a/rust/src/bin/fatcat-export.rs b/rust/src/bin/fatcat-export.rs index 6d2d396c..f52c7d17 100644 --- a/rust/src/bin/fatcat-export.rs +++ b/rust/src/bin/fatcat-export.rs @@ -16,7 +16,7 @@ use fatcat::entity_crud::*; use fatcat::errors::Result; use fatcat::identifiers::FatcatId; use fatcat::server::{self, DbConn}; -use fatcat_api_spec::models::*; +use fatcat_openapi::models::*; use std::str::FromStr; use uuid::Uuid; -- cgit v1.2.3