diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-09-24 18:53:33 +0200 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-09-28 11:25:47 -0400 |
| commit | fd36e8b0ec314afa794d61512b5bdfc6146a7027 (patch) | |
| tree | 3a7a0d533996c7e5f24ddcd713d50366072c1161 /library/alloc | |
| parent | 612796c42077605fdd3c6f7dda05745d8f4dc4d8 (diff) | |
| download | rust-fd36e8b0ec314afa794d61512b5bdfc6146a7027.tar.gz rust-fd36e8b0ec314afa794d61512b5bdfc6146a7027.zip | |
Update compiler_builtins to 0.1.130
This includes the following which add `__divtf3` and `__powtf2`, and do some feature cleanup: - https://github.com/rust-lang/compiler-builtins/pull/622 - https://github.com/rust-lang/compiler-builtins/pull/692 - https://github.com/rust-lang/compiler-builtins/pull/614 - https://github.com/rust-lang/compiler-builtins/pull/694 The `cc` bump [1] was previously included but was reverted due to problems updating. [1]: https://github.com/rust-lang/compiler-builtins/pull/690
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 1b76b4c4a50..11db50a0fdf 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.126", features = ['rustc-dep-of-std'] } +compiler_builtins = { version = "0.1.130", features = ['rustc-dep-of-std'] } [dev-dependencies] rand = { version = "0.8.5", default-features = false, features = ["alloc"] } |
