Skip to content

Commit

Permalink
Merge pull request #44 from hanna-kruppe/windows-sys-0.59
Browse files Browse the repository at this point in the history
Update to windows-sys v0.59
  • Loading branch information
alexcrichton authored Oct 3, 2024
2 parents d2b0961 + e423c12 commit a12f64f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,22 @@ jobs:
- run: cargo test --features debug
- run: cargo test --features global
- run: cargo test --release
env:
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true
- run: cargo test --release
env:
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: false
- run: cargo test --features debug --release
env:
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true
- run: RUSTFLAGS='--cfg test_lots' cargo test --release
shell: bash
env:
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true
- run: RUSTFLAGS='--cfg test_lots' cargo test --release --features debug
shell: bash
env:
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true

rustfmt:
name: Rustfmt
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ compiler_builtins = { version = '0.1.0', optional = true }
cfg-if = "1.0"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.52.0"
version = ">=0.52.0, <=0.59.*"
features = [
"Win32_Foundation",
"Win32_System_Memory",
Expand Down
4 changes: 0 additions & 4 deletions build.rs

This file was deleted.

0 comments on commit a12f64f

Please sign in to comment.