This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -809,9 +809,9 @@ dependencies = [
809809
810810[[package ]]
811811name = " compiler_builtins"
812- version = " 0.1.84 "
812+ version = " 0.1.85 "
813813source = " registry+https://github.com/rust-lang/crates.io-index"
814- checksum = " 989b2c1ca6e90ad06fdc69d1d1862fa28d27a977be6d92ae2fa762cf61fe0b10 "
814+ checksum = " 13e81c6cd7ab79f51a0c927d22858d61ad12bd0b3865f0b13ece02a4486aeabb "
815815dependencies = [
816816 " cc" ,
817817 " rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1616panic_abort = { path = " ../panic_abort" }
1717core = { path = " ../core" }
1818libc = { version = " 0.2.138" , default-features = false , features = [' rustc-dep-of-std' ] }
19- compiler_builtins = { version = " 0.1.82 " }
19+ compiler_builtins = { version = " 0.1.85 " }
2020profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2121unwind = { path = " ../unwind" }
2222hashbrown = { version = " 0.12" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments