diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-05-02 15:24:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-05-08 06:59:24 -0700 |
| commit | 7e8035593d1900dc9db05b5aaf92d421d248eb22 (patch) | |
| tree | 7f9b5630cee5140480555b8fabdd5397cbfed9a9 /src/libstd | |
| parent | b92d360c6cf029bd98c154cb510ec9e11b39bad6 (diff) | |
| download | rust-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.toml | 2 |
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'] } |
