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 @@ -678,9 +678,9 @@ dependencies = [
678678
679679[[package ]]
680680name = " compiler_builtins"
681- version = " 0.1.52 "
681+ version = " 0.1.53 "
682682source = " registry+https://github.com/rust-lang/crates.io-index"
683- checksum = " b6591c2442ee984e2b264638a8b5e7ae44fd47b32d28e3a08e2e9c3cdb0c2fb0 "
683+ checksum = " 2467ff455350a4df7d02f1ed1449d0279605a763de5d586dcf6aa7d732508bcb "
684684dependencies = [
685685 " cc" ,
686686 " 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.106" , default-features = false , features = [' rustc-dep-of-std' ] }
19- compiler_builtins = { version = " 0.1.52 " }
19+ compiler_builtins = { version = " 0.1.53 " }
2020profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2121unwind = { path = " ../unwind" }
2222hashbrown = { version = " 0.11" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments