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 @@ -717,9 +717,9 @@ dependencies = [
717717
718718[[package ]]
719719name = " compiler_builtins"
720- version = " 0.1.91 "
720+ version = " 0.1.92 "
721721source = " registry+https://github.com/rust-lang/crates.io-index"
722- checksum = " 571298a3cce7e2afbd3d61abb91a18667d5ab25993ec577a88ee8ac45f00cc3a "
722+ checksum = " 64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190 "
723723dependencies = [
724724 " cc" ,
725725 " 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.143" , default-features = false , features = [' rustc-dep-of-std' ] }
19- compiler_builtins = { version = " 0.1.91 " }
19+ compiler_builtins = { version = " 0.1.92 " }
2020profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2121unwind = { path = " ../unwind" }
2222hashbrown = { version = " 0.13" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments