diff --git a/src/ostree.rs b/src/ostree.rs index 8a5a86d..fa5dafb 100644 --- a/src/ostree.rs +++ b/src/ostree.rs @@ -15,7 +15,7 @@ use std::str; use std::time::Duration; use std::{collections::HashMap, path::Path}; use std::{fs, io}; -use tokio::time::sleep; +use std::thread::sleep; use tokio_process::CommandExt; use walkdir::WalkDir;