Skip to content

Commit

Permalink
Auto merge of #113269 - jyn514:update-compiler-builtins, r=Amanieu
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jul 6, 2023
2 parents b8dab3e + 4a1a2b1 commit c464184
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
panic_abort = { path = "../panic_abort" }
core = { path = "../core", public = true }
libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
# FIXME(Nilstrieb): https://github.com/rust-lang/compiler-builtins/pull/532/files#r1249354225
compiler_builtins = { version = "=0.1.93" }
compiler_builtins = { version = "0.1.95" }
profiler_builtins = { path = "../profiler_builtins", optional = true }
unwind = { path = "../unwind" }
hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }
Expand Down

0 comments on commit c464184

Please sign in to comment.