Skip to content

Commit

Permalink
Auto merge of rust-lang#125853 - tesuji:promote-fail-fast, r=cjgillot
Browse files Browse the repository at this point in the history
promote_consts: some clean-up after experimenting

This is some clean-up after experimenting in rust-lang#125916,
Prefer to review commit-by-commit.
  • Loading branch information
bors committed Jun 21, 2024
2 parents 8902c17 + 90dbe22 commit bb602cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panic_unwind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alloc = { path = "../alloc" }
core = { path = "../core" }
unwind = { path = "../unwind" }
compiler_builtins = "0.1.0"
cfg-if = "1.0"
cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }

[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
libc = { version = "0.2", default-features = false }

0 comments on commit bb602cf

Please sign in to comment.