Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make sure we use cfg-if as a std dependency
  • Loading branch information
RalfJung committed Jun 14, 2019
1 parent bcc568f commit e5f840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ crate-type = ["dylib", "rlib"]

[dependencies]
alloc = { path = "../liballoc" }
cfg-if = "0.1.8"
cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
panic_unwind = { path = "../libpanic_unwind", optional = true }
panic_abort = { path = "../libpanic_abort" }
core = { path = "../libcore" }
Expand Down

0 comments on commit e5f840e

Please sign in to comment.