diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-05-07 10:50:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-07 10:50:50 +0200 |
| commit | aca12a821620f37d48c6539524c99be8a6bb6520 (patch) | |
| tree | 470a8f197fad9684a11e77333997316f8cd7e025 /library/alloc | |
| parent | 763209e422429b1f188615cbc940c70510094d10 (diff) | |
| parent | 4de822c3d2a3c13633b0c08ae98d05aada94eabf (diff) | |
Rollup merge of #140724 - tgross35:update-builtins, r=tgross35
Update `compiler-builtins` to 0.1.158 Includes the following changes: * Require `target_has_atomic = "ptr"` for runtime feature detection [1] [1]: https://github.com/rust-lang/compiler-builtins/pull/909
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/Cargo.toml | 2 |
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'] |
