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 @@ -655,9 +655,9 @@ dependencies = [
655
655
656
656
[[package ]]
657
657
name = " compiler_builtins"
658
- version = " 0.1.43 "
658
+ version = " 0.1.44 "
659
659
source = " registry+https://github.com/rust-lang/crates.io-index"
660
- checksum = " 65af2dcae4779003dfa91aedc6ade7bdc7ba685944e50a8b4f9380df376a4466 "
660
+ checksum = " ed43a5c03bc1b5ec403571513e648ecfa1ab3ddbb20540e6c355e31658992803 "
661
661
dependencies = [
662
662
" cc" ,
663
663
" 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.93" , default-features = false , features = [' rustc-dep-of-std' ] }
20
- compiler_builtins = { version = " 0.1.43 " }
20
+ compiler_builtins = { version = " 0.1.44 " }
21
21
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
22
22
unwind = { path = " ../unwind" }
23
23
hashbrown = { version = " 0.11" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments