File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2239,9 +2239,9 @@ dependencies = [
22392239
22402240[[package ]]
22412241name = " mimallocate-sys"
2242- version = " 0.1.0 "
2242+ version = " 0.1.1 "
22432243source = " registry+https://github.com/rust-lang/crates.io-index"
2244- checksum = " 40f7fce1d2b85a787a1dc11f59afab35d1fee036a5267b7e1d2013de1ba6eb83 "
2244+ checksum = " e3a60aa763b2d53b874b186ecd188c6241b9a8eb8b1deae51190d68915e99d90 "
22452245dependencies = [
22462246 " cc" ,
22472247]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rustc_driver = { path = "../rustc_driver" }
1111rustc_codegen_ssa = { path = " ../rustc_codegen_ssa" }
1212
1313[dependencies .mimallocate-sys ]
14- version = ' 0.1.0 '
14+ version = ' 0.1.1 '
1515optional = true
1616
1717[features ]
Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ fn main() {
4646 // linking, so we need to explicitly depend on the function.
4747 #[ cfg( target_os = "macos" ) ]
4848 #[ used]
49- static _F7: unsafe extern "C" fn ( ) =
50- mimallocate_sys:: _mi_macos_override_malloc;
49+ static _F7: unsafe extern "C" fn ( ) = mimallocate_sys:: _mi_macos_override_malloc;
5150 }
5251
5352 rustc_driver:: set_sigpipe_handler ( ) ;
You can’t perform that action at this time.
0 commit comments