about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-06-06 21:27:07 +0100
committervarkor <github@varkor.com>2019-06-06 21:27:07 +0100
commita31848350b1ccee5039c8e64fa3c6ea3edcbb1b0 (patch)
treefe512671411237fcd1879e2bf6545b87531c36bd /src/libstd
parent8b36867093fb774bcbd9f787cbc470a5f44c1310 (diff)
downloadrust-a31848350b1ccee5039c8e64fa3c6ea3edcbb1b0.tar.gz
rust-a31848350b1ccee5039c8e64fa3c6ea3edcbb1b0.zip
Update compiler_builtins
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 816a191a2a9..9abad83fdb0 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.15" }
+compiler_builtins = { version = "0.1.16" }
 profiler_builtins = { path = "../libprofiler_builtins", optional = true }
 unwind = { path = "../libunwind" }
 hashbrown = { version = "0.4.0", features = ['rustc-dep-of-std'] }