Skip to content

Commit 5c8e608

Browse files
build(core): allow windows-targets 0.53.0
1 parent ca920b3 commit 5c8e608

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ hardware-lock-elision = []
4040

4141
[workspace]
4242
exclude = ["benchmark"]
43+
44+
# TODO: Consume a release of `backtrace` that contains
45+
# <https://github.com/rust-lang/backtrace-rs/pull/694>.
46+
[patch.crates-io]
47+
backtrace = { git = "https://github.com/erichdongubler-contrib/backtrace-rs", rev = "43e7db9bf1f9d60333a04cf1b0cbe86a679aaad0" }

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libc = "0.2.95"
2727
redox_syscall = "0.5"
2828

2929
[target.'cfg(windows)'.dependencies]
30-
windows-targets = "0.52.0"
30+
windows-targets = ">=0.52.0,<0.54.0"
3131

3232
[features]
3333
nightly = []

0 commit comments

Comments
 (0)