about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-05-02 15:24:40 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-05-08 06:59:24 -0700
commit7e8035593d1900dc9db05b5aaf92d421d248eb22 (patch)
tree7f9b5630cee5140480555b8fabdd5397cbfed9a9 /src/libstd
parentb92d360c6cf029bd98c154cb510ec9e11b39bad6 (diff)
downloadrust-7e8035593d1900dc9db05b5aaf92d421d248eb22.tar.gz
rust-7e8035593d1900dc9db05b5aaf92d421d248eb22.zip
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/libstd')
-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'] }