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.
2 parents 85853b6 + 6374818 commit fafcf9fCopy full SHA for fafcf9f
std/Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["dylib", "rlib"]
11
12
[dependencies]
13
alloc = { path = "../alloc" }
14
-cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
+cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
15
panic_unwind = { path = "../panic_unwind", optional = true }
16
panic_abort = { path = "../panic_abort" }
17
core = { path = "../core" }
stdarch
@@ -1 +1 @@
1
-Subproject commit 42df7394d38bc7b945116ea3ad8a7cbcd1db50a9
+Subproject commit 699c093a42283c07e9763b4c19439a900ae2d321
0 commit comments