about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorFolkert de Vries <folkert@folkertdev.nl>2024-09-13 12:31:27 +0200
committerFolkert de Vries <folkert@folkertdev.nl>2024-09-26 09:54:28 +0200
commit42542d8cda54ade5ce5806147e787a7e48cfd3d8 (patch)
tree734ac327bb3bb3ad7ec29fd9252ec062993a18ba /library/std
parent20c0067528a6b303fe99a753f3afa3703ebc1a68 (diff)
downloadrust-42542d8cda54ade5ce5806147e787a7e48cfd3d8.tar.gz
rust-42542d8cda54ade5ce5806147e787a7e48cfd3d8.zip
update `compiler_builtins` to `0.1.126`
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 ea11586f9a5..d55114227af 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.125" }
+compiler_builtins = { version = "0.1.126" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.14", default-features = false, features = [