Merge branch 'fix-windows'

main
_ 2024-01-21 19:09:09 -06:00
commit 9ec89a17e2
2 changed files with 4 additions and 3 deletions

View File

@ -55,5 +55,6 @@ pub fn load <
> (
config_file_path: P
) -> Result <T, LoadTomlError> {
load_public (config_file_path)
let f = File::open (&config_file_path)?;
load_inner (f)
}

View File

@ -2,5 +2,5 @@
set -euo pipefail
cargo check -p ptth_server --target x86_64-pc-windows-gnu
cargo check -p ptth_server --target x86_64-unknown-linux-gnu
cargo check --target x86_64-pc-windows-gnu
cargo check --target x86_64-unknown-linux-gnu