about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-01-16 01:47:15 +0000
committerTrevor Gross <tmgross@umich.edu>2025-02-04 11:49:01 +0000
commit90fee92fcccb7913d5e40e1526f858d67fdedd75 (patch)
treeaac0fc1f2e65852539bb6a30c1213b2ebbb77a5d /library/alloc
parent8a8b4641754e9ce8a31b272dda6567727452df9e (diff)
Update `compiler-builtins` to 0.1.145
This includes [1] which is required for LLVM 20.

[1]: https://github.com/rust-lang/compiler-builtins/pull/752
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
index 96caac890a3..db7eaf52fb2 100644
--- a/library/alloc/Cargo.toml
+++ b/library/alloc/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
 
 [dependencies]
 core = { path = "../core" }
-compiler_builtins = { version = "=0.1.143", features = ['rustc-dep-of-std'] }
+compiler_builtins = { version = "=0.1.145", features = ['rustc-dep-of-std'] }
 
 [dev-dependencies]
 rand = { version = "0.8.5", default-features = false, features = ["alloc"] }