Skip to content

Commit 01c4c41

Browse files
committed
Auto merge of #93696 - Amanieu:compiler-builtins-0.1.68, r=Mark-Simulacrum
Bump compiler-builtins to 0.1.69 This includes rust-lang/compiler-builtins#452 which should fix some issues with duplicate symbol defintions of some intrinsics.
2 parents 5c30d65 + 7b8f6ac commit 01c4c41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,9 @@ dependencies = [
761761

762762
[[package]]
763763
name = "compiler_builtins"
764-
version = "0.1.67"
764+
version = "0.1.69"
765765
source = "registry+https://github.com/rust-lang/crates.io-index"
766-
checksum = "a68c69e9451f1df4b215c9588c621670c12286b53e60fb5ec4b59aaa1138d18e"
766+
checksum = "ac0d1d6b2307c15fd27af2bb41234b4ebddeae69f33714bfbdb44b3b5a6e3efe"
767767
dependencies = [
768768
"cc",
769769
"rustc-std-workspace-core",

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1616
panic_abort = { path = "../panic_abort" }
1717
core = { path = "../core" }
1818
libc = { version = "0.2.116", default-features = false, features = ['rustc-dep-of-std'] }
19-
compiler_builtins = { version = "0.1.67" }
19+
compiler_builtins = { version = "0.1.69" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }
2222
hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)