Skip to content

Commit e924e76

Browse files
authored
Rollup merge of #87633 - Amanieu:fix-86063, r=Mark-Simulacrum
Update compiler_builtins to fix i128 shift/mul on thumbv6m Fixes #86063
2 parents 87c1436 + 12017f9 commit e924e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,9 @@ dependencies = [
646646

647647
[[package]]
648648
name = "compiler_builtins"
649-
version = "0.1.47"
649+
version = "0.1.49"
650650
source = "registry+https://github.com/rust-lang/crates.io-index"
651-
checksum = "fd4ed89e0a5c3e50b15c0045fbe1ff8567b703bc07544faf935ddff0aaa7b65f"
651+
checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
652652
dependencies = [
653653
"cc",
654654
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)