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 = [
761
761
762
762
[[package ]]
763
763
name = " compiler_builtins"
764
- version = " 0.1.66 "
764
+ version = " 0.1.67 "
765
765
source = " registry+https://github.com/rust-lang/crates.io-index"
766
- checksum = " 191424db7756bbed2c4996959a0fbda94388abcf4f5a2728a8af17481ad9c4f7 "
766
+ checksum = " a68c69e9451f1df4b215c9588c621670c12286b53e60fb5ec4b59aaa1138d18e "
767
767
dependencies = [
768
768
" cc" ,
769
769
" 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.116" , default-features = false , features = [' rustc-dep-of-std' ] }
19
- compiler_builtins = { version = " 0.1.66 " }
19
+ compiler_builtins = { version = " 0.1.67 " }
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