Skip to content

Commit

Permalink
build(core): allow windows-targets 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jan 21, 2025
1 parent ca920b3 commit 5c8e608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ hardware-lock-elision = []

[workspace]
exclude = ["benchmark"]

# TODO: Consume a release of `backtrace` that contains
# <https://github.com/rust-lang/backtrace-rs/pull/694>.
[patch.crates-io]
backtrace = { git = "https://github.com/erichdongubler-contrib/backtrace-rs", rev = "43e7db9bf1f9d60333a04cf1b0cbe86a679aaad0" }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libc = "0.2.95"
redox_syscall = "0.5"

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

[features]
nightly = []
Expand Down

0 comments on commit 5c8e608

Please sign in to comment.