We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7992fa2 commit 75af9e0Copy full SHA for 75af9e0
src/ostree.rs
@@ -15,7 +15,7 @@ use std::str;
15
use std::time::Duration;
16
use std::{collections::HashMap, path::Path};
17
use std::{fs, io};
18
-use tokio::time::sleep;
+use std::thread::sleep;
19
use tokio_process::CommandExt;
20
use walkdir::WalkDir;
21
0 commit comments