Skip to content

Commit

Permalink
fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Jan 17, 2025
1 parent f8ee6c0 commit e351a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/cli/src/bin/dg.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
use core::fmt;
#[cfg(not(windows))]
use std::os::unix::fs::PermissionsExt;
use std::{
fs::{create_dir, OpenOptions},
net::IpAddr,
os::unix::fs::PermissionsExt,
path::{Path, PathBuf},
str::FromStr,
sync::Arc,
Expand Down

0 comments on commit e351a8c

Please sign in to comment.