Skip to content

Commit 6374818

Browse files
committed
Update stdarch
stdarch updated their version of `cfg-if` so we need to update the one used by libstd as well.
1 parent da6446c commit 6374818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["dylib", "rlib"]
1111

1212
[dependencies]
1313
alloc = { path = "../alloc" }
14-
cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
14+
cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
1515
panic_unwind = { path = "../panic_unwind", optional = true }
1616
panic_abort = { path = "../panic_abort" }
1717
core = { path = "../core" }

stdarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 42df7394d38bc7b945116ea3ad8a7cbcd1db50a9
1+
Subproject commit 699c093a42283c07e9763b4c19439a900ae2d321

0 commit comments

Comments
 (0)