diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2020-05-29 13:42:31 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2020-05-29 13:44:40 -0700 |
| commit | 16469a123e45b15b5e520ad59aae6b9a840f71bb (patch) | |
| tree | 96616edf1dce1f9cd731d663109e9461a0af1305 /src/libstd | |
| parent | 96dd4690c3aa70ec312448c3f2d50e6dc6fb87df (diff) | |
| download | rust-16469a123e45b15b5e520ad59aae6b9a840f71bb.tar.gz rust-16469a123e45b15b5e520ad59aae6b9a840f71bb.zip | |
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
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'] } |
