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/std | |
| 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/std')
| -rw-r--r-- | library/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index d55114227af..7d860b49e87 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core", public = true } -compiler_builtins = { version = "0.1.126" } +compiler_builtins = { version = "0.1.130" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.14", default-features = false, features = [ |
