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 @@ -761,9 +761,9 @@ dependencies = [
761761
762762[[package ]]
763763name = " compiler_builtins"
764- version = " 0.1.66 "
764+ version = " 0.1.67 "
765765source = " registry+https://github.com/rust-lang/crates.io-index"
766- checksum = " 191424db7756bbed2c4996959a0fbda94388abcf4f5a2728a8af17481ad9c4f7 "
766+ checksum = " a68c69e9451f1df4b215c9588c621670c12286b53e60fb5ec4b59aaa1138d18e "
767767dependencies = [
768768 " cc" ,
769769 " 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.116" , default-features = false , features = [' rustc-dep-of-std' ] }
19- compiler_builtins = { version = " 0.1.66 " }
19+ compiler_builtins = { version = " 0.1.67 " }
2020profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2121unwind = { path = " ../unwind" }
2222hashbrown = { version = " 0.12" , default-features = false , features = [' rustc-dep-of-std' ] }
You can’t perform that action at this time.
0 commit comments