From 4de822c3d2a3c13633b0c08ae98d05aada94eabf Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 6 May 2025 23:30:47 +0000 Subject: Update `compiler-builtins` to 0.1.158 Includes the following changes: * Require `target_has_atomic = "ptr"` for runtime feature detection [1]: https://github.com/rust-lang/compiler-builtins/pull/909 --- library/alloc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/alloc') diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml index ebfcf8759fa..51ddc9bf9fc 100644 --- a/library/alloc/Cargo.toml +++ b/library/alloc/Cargo.toml @@ -16,7 +16,7 @@ bench = false [dependencies] core = { path = "../core", public = true } -compiler_builtins = { version = "=0.1.157", features = ['rustc-dep-of-std'] } +compiler_builtins = { version = "=0.1.158", features = ['rustc-dep-of-std'] } [features] compiler-builtins-mem = ['compiler_builtins/mem'] -- cgit 1.4.1-3-g733a5