about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-05-06 23:30:47 +0000
committerTrevor Gross <tmgross@umich.edu>2025-05-06 23:40:50 +0000
commit4de822c3d2a3c13633b0c08ae98d05aada94eabf (patch)
tree67b3cfaa0248cba5d0e42ad6164010a3d0b31242 /library/alloc
parent27d6200a70601f6fcf419bf2f9e37989f3624ca4 (diff)
downloadrust-4de822c3d2a3c13633b0c08ae98d05aada94eabf.tar.gz
rust-4de822c3d2a3c13633b0c08ae98d05aada94eabf.zip
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
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 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']