summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index 09af33d..08d7804 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -3,7 +3,6 @@ use std::io::Write;
use std::path::Path;
use std::path::PathBuf;
use std::sync::Arc;
-use std::sync::RwLock;
use anyhow::Context;
use anyhow::Error;
@@ -12,6 +11,7 @@ use anyhow::anyhow;
use clap_v3::ArgMatches;
use diesel::PgConnection;
use logcrate::debug;
+use tokio::sync::RwLock;
use crate::config::*;
use crate::filestore::ReleaseStore;