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 @@ -1831,9 +1831,9 @@ dependencies = [
1831
1831
1832
1832
[[package ]]
1833
1833
name = " mimalloc-sys"
1834
- version = " 0.1.5 "
1834
+ version = " 0.1.6 "
1835
1835
source = " registry+https://github.com/rust-lang/crates.io-index"
1836
- checksum = " b95f8e6d03de63db3537f5e0b59b9ca5247d8d42b1bd8b7db5f36ec49b885351 "
1836
+ checksum = " 4aa3cefb626f6ae3d0b2f71c5378c89d2b1d4d7bc246b0ca9a7ee61a4daad291 "
1837
1837
dependencies = [
1838
1838
" cc" ,
1839
1839
" libc" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ rustc_codegen_ssa = { path = "../librustc_codegen_ssa" }
22
22
# features = ['unprefixed_malloc_on_supported_platforms']
23
23
24
24
[dependencies .mimalloc-sys ]
25
- version = ' 0.1.5 '
25
+ version = ' 0.1.6-dev '
26
26
optional = true
27
27
28
28
[features ]
You can’t perform that action at this time.
0 commit comments