Skip to content

Commit

Permalink
Update compiler_builtins to fix i128 shift/mul on thumbv6m
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored and Mark-Simulacrum committed Aug 27, 2021
1 parent 23c82af commit 88e4efd
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 88e4efd

Please sign in to comment.