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 @@ -746,9 +746,9 @@ dependencies = [
746
746
747
747
[[package ]]
748
748
name = " compiler_builtins"
749
- version = " 0.1.71 "
749
+ version = " 0.1.73 "
750
750
source = " registry+https://github.com/rust-lang/crates.io-index"
751
- checksum = " 163437f05ca8f29d7e9128ea728dedf5eb620e445fbca273641d3a3050305f23 "
751
+ checksum = " 71b72fde1d7792ca3bd654f7c3ea4508f9e4d0c826e24179eabb7fcc97a90bc3 "
752
752
dependencies = [
753
753
" cc" ,
754
754
" 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.126" , default-features = false , features = [' rustc-dep-of-std' ] }
19
- compiler_builtins = { version = " 0.1.71 " }
19
+ compiler_builtins = { version = " 0.1.73 " }
20
20
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
21
21
unwind = { path = " ../unwind" }
22
22
hashbrown = { version = " 0.12" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments