diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-01-15 03:58:37 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-01-15 04:02:19 +0000 |
| commit | f6a2db8e1b6ee82ebf44b82dfc83740051c59d02 (patch) | |
| tree | fc303c61ca81efc96a9e73c28842baa74e2db721 /library/alloc | |
| parent | a911da13ddbfbe8cc9c7dec367cba715b6fb7f87 (diff) | |
Update compiler-builtins to 0.1.143
0.1.142 fixes an issue parsing optimization flags, and 0.1.143 changes `__rust_[ui]128_*` builtins to use a C-safe signature.
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 36f617b4526..96caac890a3 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.141", features = ['rustc-dep-of-std'] } +compiler_builtins = { version = "=0.1.143", features = ['rustc-dep-of-std'] } [dev-dependencies] rand = { version = "0.8.5", default-features = false, features = ["alloc"] } |
