diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-15 21:51:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-15 21:51:59 +0900 |
| commit | d2840e6bf11969c8b0275149cda25f6ce4ee60ac (patch) | |
| tree | bdcfcc55a33b6f72f87aae2fdf91b41d7328117f | |
| parent | 1859d57065fa9fd49508035486cde2a5120baa2d (diff) | |
| parent | 106fe0b13a60c678c7a3372b8ef3f6160549ad5c (diff) | |
| download | rust-d2840e6bf11969c8b0275149cda25f6ce4ee60ac.tar.gz rust-d2840e6bf11969c8b0275149cda25f6ce4ee60ac.zip | |
Rollup merge of #68233 - danielframpton:update-compiler-builtins, r=alexcrichton
Update compiler_builtins with changes to fix 128 bit integer remainder for aarch64 windows. I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see #65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7fb88fe24d6..c234390fccf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,9 +571,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.22" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f083abf9bb9005a27d2da62706f661245278cb7096da37ab27410eaf60f2c1" +checksum = "b9975aefa63997ef75ca9cf013ff1bb81487aaa0b622c21053afd3b92979a7af" dependencies = [ "cc", "rustc-std-workspace-core", |
