Skip to content

Commit a12f64f

Browse files
authored
Merge pull request #44 from hanna-kruppe/windows-sys-0.59
Update to windows-sys v0.59
2 parents d2b0961 + e423c12 commit a12f64f

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/main.yml

+11
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,22 @@ jobs:
4444
- run: cargo test --features debug
4545
- run: cargo test --features global
4646
- run: cargo test --release
47+
env:
48+
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true
49+
- run: cargo test --release
50+
env:
51+
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: false
4752
- run: cargo test --features debug --release
53+
env:
54+
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true
4855
- run: RUSTFLAGS='--cfg test_lots' cargo test --release
4956
shell: bash
57+
env:
58+
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true
5059
- run: RUSTFLAGS='--cfg test_lots' cargo test --release --features debug
5160
shell: bash
61+
env:
62+
CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS: true
5263

5364
rustfmt:
5465
name: Rustfmt

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ compiler_builtins = { version = '0.1.0', optional = true }
3535
cfg-if = "1.0"
3636

3737
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
38-
version = "0.52.0"
38+
version = ">=0.52.0, <=0.59.*"
3939
features = [
4040
"Win32_Foundation",
4141
"Win32_System_Memory",

build.rs

-4
This file was deleted.

0 commit comments

Comments
 (0)