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 = [
655655
656656[[package ]]
657657name = " compiler_builtins"
658- version = " 0.1.40 "
658+ version = " 0.1.43 "
659659source = " registry+https://github.com/rust-lang/crates.io-index"
660- checksum = " 288a0d48b8155926ebb4552bdde3fa32744ce424c5de0a26ddbc68369aeb7172 "
660+ checksum = " 65af2dcae4779003dfa91aedc6ade7bdc7ba685944e50a8b4f9380df376a4466 "
661661dependencies = [
662662 " cc" ,
663663 " 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 }
1717panic_abort = { path = " ../panic_abort" }
1818core = { path = " ../core" }
1919libc = { version = " 0.2.93" , default-features = false , features = [' rustc-dep-of-std' ] }
20- compiler_builtins = { version = " 0.1.40 " }
20+ compiler_builtins = { version = " 0.1.43 " }
2121profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2222unwind = { path = " ../unwind" }
2323hashbrown = { version = " 0.11" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments