diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2025-05-12 16:41:26 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2025-05-13 11:30:36 +0200 |
| commit | ce6e29679cbfa08e46b64a5ad78974bbb852ee2b (patch) | |
| tree | c1427242c1006ea411466293ca449599312ef8b0 /library/alloc | |
| parent | 779dd35649c42b0f57a2338d4ccd344e8ba6ebe3 (diff) | |
| download | rust-ce6e29679cbfa08e46b64a5ad78974bbb852ee2b.tar.gz rust-ce6e29679cbfa08e46b64a5ad78974bbb852ee2b.zip | |
bump compiler_builtins
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 51ddc9bf9fc..9d0d957226d 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.158", features = ['rustc-dep-of-std'] } +compiler_builtins = { version = "=0.1.159", features = ['rustc-dep-of-std'] } [features] compiler-builtins-mem = ['compiler_builtins/mem'] |
