about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-05-09 00:58:23 +0200
committerGitHub <noreply@github.com>2019-05-09 00:58:23 +0200
commitcfed892cb37ef5f1dce29d2e38d3a2eb9f86bb53 (patch)
treedf7aad0dc322bc5a6aa911f29f254beeebf93e79 /src
parent229fff3d0380635e54bc7ebafc4a4123272826f8 (diff)
parent7e8035593d1900dc9db05b5aaf92d421d248eb22 (diff)
downloadrust-cfed892cb37ef5f1dce29d2e38d3a2eb9f86bb53.tar.gz
rust-cfed892cb37ef5f1dce29d2e38d3a2eb9f86bb53.zip
Rollup merge of #60491 - alexcrichton:update-cb, r=nikomatsakis
std: Update compiler-builtins crate

Pulls in a fix for ensuring that wasm targets have code in
compiler-builtins for `ldexp` which LLVM can generate references to.
Diffstat (limited to 'src')
-rw-r--r--src/libstd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index ac1aff845d8..ad5d62f667a 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -19,7 +19,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.9" }
+compiler_builtins = { version = "0.1.12" }
 profiler_builtins = { path = "../libprofiler_builtins", optional = true }
 unwind = { path = "../libunwind" }
 hashbrown = { version = "0.3.0", features = ['rustc-dep-of-std'] }