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 @@ -868,9 +868,9 @@ dependencies = [
868
868
869
869
[[package ]]
870
870
name = " compiler_builtins"
871
- version = " 0.1.89 "
871
+ version = " 0.1.91 "
872
872
source = " registry+https://github.com/rust-lang/crates.io-index"
873
- checksum = " 9fc9c2080d347a2c316518840ac9194644a9993dfa1e9778ef38979a339f5d8b "
873
+ checksum = " 571298a3cce7e2afbd3d61abb91a18667d5ab25993ec577a88ee8ac45f00cc3a "
874
874
dependencies = [
875
875
" cc" ,
876
876
" 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.140" , default-features = false , features = [' rustc-dep-of-std' ] }
19
- compiler_builtins = { version = " 0.1.87 " }
19
+ compiler_builtins = { version = " 0.1.91 " }
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