We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8902c17 + 90dbe22 commit bb602cfCopy full SHA for bb602cf
panic_unwind/Cargo.toml
@@ -16,7 +16,7 @@ alloc = { path = "../alloc" }
16
core = { path = "../core" }
17
unwind = { path = "../unwind" }
18
compiler_builtins = "0.1.0"
19
-cfg-if = "1.0"
+cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
20
21
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
22
libc = { version = "0.2", default-features = false }
0 commit comments