We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows-targets
1 parent ca920b3 commit 5c8e608Copy full SHA for 5c8e608
Cargo.toml
@@ -40,3 +40,8 @@ hardware-lock-elision = []
40
41
[workspace]
42
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
@@ -27,7 +27,7 @@ libc = "0.2.95"
27
redox_syscall = "0.5"
28
29
[target.'cfg(windows)'.dependencies]
30
-windows-targets = "0.52.0"
+windows-targets = ">=0.52.0,<0.54.0"
31
32
[features]
33
nightly = []
0 commit comments