Auto merge of #117581 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrum
Bump compiler_builtins to 0.1.103
This commit is contained in:
commit
c3ae4707d5
@ -722,9 +722,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "compiler_builtins"
|
name = "compiler_builtins"
|
||||||
version = "0.1.101"
|
version = "0.1.103"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "01a6d58e9c3408138099a396a98fd0d0e6cfb25d723594d2ae48b5004513fd5b"
|
checksum = "a3b73c3443a5fd2438d7ba4853c64e4c8efc2404a9e28a9234cc2d5eebc6c242"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"rustc-std-workspace-core",
|
"rustc-std-workspace-core",
|
||||||
|
@ -18,7 +18,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
|
|||||||
panic_abort = { path = "../panic_abort" }
|
panic_abort = { path = "../panic_abort" }
|
||||||
core = { path = "../core", public = true }
|
core = { path = "../core", public = true }
|
||||||
libc = { version = "0.2.149", default-features = false, features = ['rustc-dep-of-std'], public = true }
|
libc = { version = "0.2.149", default-features = false, features = ['rustc-dep-of-std'], public = true }
|
||||||
compiler_builtins = { version = "0.1.100" }
|
compiler_builtins = { version = "0.1.103" }
|
||||||
profiler_builtins = { path = "../profiler_builtins", optional = true }
|
profiler_builtins = { path = "../profiler_builtins", optional = true }
|
||||||
unwind = { path = "../unwind" }
|
unwind = { path = "../unwind" }
|
||||||
hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }
|
hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }
|
||||||
|
Loading…
Reference in New Issue
Block a user