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 = [
717
717
718
718
[[package ]]
719
719
name = " compiler_builtins"
720
- version = " 0.1.91 "
720
+ version = " 0.1.92 "
721
721
source = " registry+https://github.com/rust-lang/crates.io-index"
722
- checksum = " 571298a3cce7e2afbd3d61abb91a18667d5ab25993ec577a88ee8ac45f00cc3a "
722
+ checksum = " 64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190 "
723
723
dependencies = [
724
724
" cc" ,
725
725
" 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 }
16
16
panic_abort = { path = " ../panic_abort" }
17
17
core = { path = " ../core" }
18
18
libc = { 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 " }
20
20
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
21
21
unwind = { path = " ../unwind" }
22
22
hashbrown = { version = " 0.13" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments