Skip to content

Commit

Permalink
Added config unix
Browse files Browse the repository at this point in the history
  • Loading branch information
arne-fuchs committed Jul 29, 2024
1 parent 71db49e commit 13eb2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/edcas/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::default::Default;
use std::fmt::Display;
use std::fs::File;
use std::io::{Read, Write};
#[cfg(unix)]
use std::os::unix::fs::PermissionsExt;
use std::path::Path;
use std::str::FromStr;
Expand Down

0 comments on commit 13eb2f1

Please sign in to comment.