From ba722671b4791524384010705bef0aaa83c22c0b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 19:04:34 -0700 Subject: rename rust crate fatcat-api-spec -> fatcat-openapi --- rust/src/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/auth.rs') diff --git a/rust/src/auth.rs b/rust/src/auth.rs index 1a006ffd..b88a72b0 100644 --- a/rust/src/auth.rs +++ b/rust/src/auth.rs @@ -18,7 +18,7 @@ use crate::server::*; use chrono::prelude::*; use diesel; use diesel::prelude::*; -use fatcat_api_spec::models::{Editgroup, Editor}; +use fatcat_openapi::models::{Editgroup, Editor}; use std::collections::HashMap; use std::env; use std::str::FromStr; -- cgit v1.2.3