diff options
| author | bors <bors@rust-lang.org> | 2023-07-26 02:50:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-26 02:50:58 +0000 |
| commit | 98db99f5f6273d95497dd83d1b3a62c2c00292b1 (patch) | |
| tree | 9031e01b5917dec452ccdd51236b78232b7fdfc5 | |
| parent | bd1ae282f1cfd576e54c27e5c1f1efcb8f500377 (diff) | |
| parent | 8d5d2fea96d666adca10c74f8bba24031c2047e7 (diff) | |
| download | rust-98db99f5f6273d95497dd83d1b3a62c2c00292b1.tar.gz rust-98db99f5f6273d95497dd83d1b3a62c2c00292b1.zip | |
Auto merge of #113928 - nicholasbishop:bishop-update-cb-4, r=workingjubilee
Bump compiler_builtins to 0.1.98 Change list: https://github.com/rust-lang/compiler-builtins/compare/0.1.95...0.1.98
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | library/std/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8c2c3f5e628..72f0236fd08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,9 +641,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.95" +version = "0.1.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6866e0f3638013234db3c89ead7a14d278354338e7237257407500009012b23f" +checksum = "dfbefa16407456e5cad1ad066c84dfcb980afe4437103a0007d1c2f136130210" dependencies = [ "cc", "rustc-std-workspace-core", diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index c129a753912..c47f910dadf 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -18,7 +18,7 @@ panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core", public = true } libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true } -compiler_builtins = { version = "0.1.95" } +compiler_builtins = { version = "0.1.98" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] } |
