Skip to content

Commit

Permalink
Merge commit '6699b4cb33a6a10b7a7c282360cea6b23b719b55' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Apr 4, 2024
2 parents 946318d + 6699b4c commit 853a927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theseus/src/util/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use std::{path::Path, io::Write};

use tempfile::NamedTempFile;
use tauri::async_runtime::spawn_blocking;
use tokio::task::spawn_blocking;

#[derive(Debug, thiserror::Error)]
pub enum IOError {
Expand Down

0 comments on commit 853a927

Please sign in to comment.