about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-01-15 03:58:37 +0000
committerTrevor Gross <tmgross@umich.edu>2025-01-15 04:02:19 +0000
commitf6a2db8e1b6ee82ebf44b82dfc83740051c59d02 (patch)
treefc303c61ca81efc96a9e73c28842baa74e2db721 /library/std
parenta911da13ddbfbe8cc9c7dec367cba715b6fb7f87 (diff)
downloadrust-f6a2db8e1b6ee82ebf44b82dfc83740051c59d02.tar.gz
rust-f6a2db8e1b6ee82ebf44b82dfc83740051c59d02.zip
Update compiler-builtins to 0.1.143
0.1.142 fixes an issue parsing optimization flags, and 0.1.143 changes
`__rust_[ui]128_*` builtins to use a C-safe signature.
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 f34dc185eb1..da58d7c13bd 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.141" }
+compiler_builtins = { version = "=0.1.143" }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.15", default-features = false, features = [
     'rustc-dep-of-std',