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 @@ -604,9 +604,9 @@ dependencies = [
604
604
605
605
[[package ]]
606
606
name = " compiler_builtins"
607
- version = " 0.1.32 "
607
+ version = " 0.1.35 "
608
608
source = " registry+https://github.com/rust-lang/crates.io-index"
609
- checksum = " 7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c "
609
+ checksum = " e3fcd8aba10d17504c87ef12d4f62ef404c6a4703d16682a9eb5543e6cf24455 "
610
610
dependencies = [
611
611
" cc" ,
612
612
" rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
17
17
panic_abort = { path = " ../panic_abort" }
18
18
core = { path = " ../core" }
19
19
libc = { version = " 0.2.74" , default-features = false , features = [' rustc-dep-of-std' ] }
20
- compiler_builtins = { version = " 0.1.32 " }
20
+ compiler_builtins = { version = " 0.1.35 " }
21
21
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
22
22
unwind = { path = " ../unwind" }
23
23
hashbrown = { version = " 0.8.1" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments