diff options
| author | bors <bors@rust-lang.org> | 2020-05-31 09:54:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-05-31 09:54:44 +0000 |
| commit | 4b1f86adbe41e8dd4864ca2315f43953dd503bb5 (patch) | |
| tree | 305e25cb85bf34ec91de4fff450fae4af79dce8b /src/libstd | |
| parent | b6fa392238a459c29a47e2cf824d79a49a8ba039 (diff) | |
| parent | 16469a123e45b15b5e520ad59aae6b9a840f71bb (diff) | |
| download | rust-4b1f86adbe41e8dd4864ca2315f43953dd503bb5.tar.gz rust-4b1f86adbe41e8dd4864ca2315f43953dd503bb5.zip | |
Auto merge of #72759 - alexcrichton:update-compiler-builtins, r=Mark-Simulacrum
Update compiler-builtins Pulls in a fix for #72758, more details on the linked issue. [Crate changes included here][changes] [changes]: https://github.com/rust-lang/compiler-builtins/compare/0.1.28...0.1.31 Closes #72758
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 077ca2a2faa..39d786e5997 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -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'] } |
