Skip to content

Commit 75af9e0

Browse files
committed
Apparently delta generation doesn't run inside Tokio runtime
1 parent 7992fa2 commit 75af9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ostree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use std::str;
1515
use std::time::Duration;
1616
use std::{collections::HashMap, path::Path};
1717
use std::{fs, io};
18-
use tokio::time::sleep;
18+
use std::thread::sleep;
1919
use tokio_process::CommandExt;
2020
use walkdir::WalkDir;
2121

0 commit comments

Comments
 (0)