diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5255261..215fbc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,3 +27,5 @@ jobs: with: toolchain: ${{ matrix.rust_channel }} - run: cargo test + - run: cargo +nightly update -Zminimal-versions + - run: cargo test diff --git a/Cargo.toml b/Cargo.toml index 418fef7..e0c6710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.63" libc = "0.2.62" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.61.0", features = ["Win32_Foundation", "Win32_System_Pipes", "Win32_Security"] } +windows-sys = { version = ">=0.28, <=0.61", features = ["Win32_Foundation", "Win32_System_Pipes", "Win32_Security"] } [features] # Integration with IO safety types like OwnedFd is now always enabled, and this