Skip to content

Commit

Permalink
Rollup merge of rust-lang#87633 - Amanieu:fix-86063, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update compiler_builtins to fix i128 shift/mul on thumbv6m

Fixes rust-lang#86063
  • Loading branch information
JohnTitor authored Aug 2, 2021
2 parents 87c1436 + 12017f9 commit e924e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,9 @@ dependencies = [

[[package]]
name = "compiler_builtins"
version = "0.1.47"
version = "0.1.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd4ed89e0a5c3e50b15c0045fbe1ff8567b703bc07544faf935ddff0aaa7b65f"
checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down

0 comments on commit e924e76

Please sign in to comment.