Skip to content

Commit ce6b657

Browse files
build(core): allow windows-targets 0.53.0
1 parent 57c7529 commit ce6b657

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cpp_demangle = { default-features = false, version = "0.4.0", optional = true, f
3939
] }
4040

4141
[target.'cfg(any(windows, target_os = "cygwin"))'.dependencies]
42-
windows-targets = "0.52.6"
42+
windows-targets = ">=0.52.6,<0.54.0"
4343

4444
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
4545
miniz_oxide = { version = "0.8", default-features = false }

crates/as-if-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ optional = true
2828
features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
2929

3030
[target.'cfg(any(windows, target_os = "cygwin"))'.dependencies]
31-
windows-targets = "0.52.6"
31+
windows-targets = ">=0.52.6,<0.54.0"
3232

3333
[features]
3434
default = ['backtrace']

0 commit comments

Comments
 (0)