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 = [
680680
681681[[package ]]
682682name = " compiler_builtins"
683- version = " 0.1.65 "
683+ version = " 0.1.66 "
684684source = " registry+https://github.com/rust-lang/crates.io-index"
685- checksum = " ed37ea958309f2451e1cea7fd2b37aa56b1894c9a9fbdbbe6a194f7b78f0362d "
685+ checksum = " 191424db7756bbed2c4996959a0fbda94388abcf4f5a2728a8af17481ad9c4f7 "
686686dependencies = [
687687 " cc" ,
688688 " 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 }
1616panic_abort = { path = " ../panic_abort" }
1717core = { path = " ../core" }
1818libc = { 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 " }
2020profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2121unwind = { path = " ../unwind" }
2222hashbrown = { version = " 0.11" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments