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 = [
678
678
679
679
[[package ]]
680
680
name = " compiler_builtins"
681
- version = " 0.1.53 "
681
+ version = " 0.1.55 "
682
682
source = " registry+https://github.com/rust-lang/crates.io-index"
683
- checksum = " 2467ff455350a4df7d02f1ed1449d0279605a763de5d586dcf6aa7d732508bcb "
683
+ checksum = " c9ac60765140c97aaf531dae151a287646b0805ec725805da9e2a3ee31cd501c "
684
684
dependencies = [
685
685
" cc" ,
686
686
" 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.108" , default-features = false , features = [' rustc-dep-of-std' ] }
19
- compiler_builtins = { version = " 0.1.53 " }
19
+ compiler_builtins = { version = " 0.1.55 " }
20
20
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
21
21
unwind = { path = " ../unwind" }
22
22
hashbrown = { version = " 0.11" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments