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 @@ -680,9 +680,9 @@ dependencies = [
680
680
681
681
[[package ]]
682
682
name = " compiler_builtins"
683
- version = " 0.1.65 "
683
+ version = " 0.1.66 "
684
684
source = " registry+https://github.com/rust-lang/crates.io-index"
685
- checksum = " ed37ea958309f2451e1cea7fd2b37aa56b1894c9a9fbdbbe6a194f7b78f0362d "
685
+ checksum = " 191424db7756bbed2c4996959a0fbda94388abcf4f5a2728a8af17481ad9c4f7 "
686
686
dependencies = [
687
687
" cc" ,
688
688
" 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.65 " }
19
+ compiler_builtins = { version = " 0.1.66 " }
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