Skip to content

Commit

Permalink
Update compiler-builtins
Browse files Browse the repository at this point in the history
Pulls in a fix for #72758, more details on the linked issue.

[Crate changes included here][changes]

[changes]: rust-lang/compiler-builtins@0.1.28...0.1.31
  • Loading branch information
alexcrichton committed May 29, 2020
1 parent 96dd469 commit 16469a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Expand Up @@ -631,9 +631,9 @@ dependencies = [

[[package]]
name = "compiler_builtins"
version = "0.1.28"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439a6fab343b1dab347823537734a5cd4ae6ae2000b465ab886f64cdb723bd14"
checksum = "702af8463c84fd83dd76a307ebd47ab3cc866e847bebd4a1deeb6bcc4a658327"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down
2 changes: 1 addition & 1 deletion src/libstd/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ panic_unwind = { path = "../libpanic_unwind", optional = true }
panic_abort = { path = "../libpanic_abort" }
core = { path = "../libcore" }
libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of-std'] }
compiler_builtins = { version = "0.1.16" }
compiler_builtins = { version = "0.1.31" }
profiler_builtins = { path = "../libprofiler_builtins", optional = true }
unwind = { path = "../libunwind" }
hashbrown = { version = "0.6.2", default-features = false, features = ['rustc-dep-of-std'] }
Expand Down

0 comments on commit 16469a1

Please sign in to comment.