about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-08-08 14:42:44 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-08-08 14:47:49 +0200
commit6d69b2e40833cb0ef6feae3047ab0ab8343b51da (patch)
tree472ebefc7014f530f948c0ff737c0cf55ae079da /library/std
parent9337f7afa6fda07e60d6aa5ee88e692878446782 (diff)
downloadrust-6d69b2e40833cb0ef6feae3047ab0ab8343b51da.tar.gz
rust-6d69b2e40833cb0ef6feae3047ab0ab8343b51da.zip
Update compiler-builtins version to 0.1.118
Diffstat (limited to 'library/std')
-rw-r--r--library/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 06e818fb7c0..2ce284c85e2 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
 panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core", public = true }
-compiler_builtins = { version = "0.1.117" }
+compiler_builtins = { version = "0.1.118" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.14", default-features = false, features = [