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 +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -3319,7 +3319,6 @@ dependencies = [
33193319 " rustc_codegen_ssa" ,
33203320 " rustc_driver" ,
33213321 " tikv-jemalloc-sys" ,
3322- " tikv-jemallocator" ,
33233322]
33243323
33253324[[package ]]
@@ -5164,16 +5163,6 @@ dependencies = [
51645163 " libc" ,
51655164]
51665165
5167- [[package ]]
5168- name = " tikv-jemallocator"
5169- version = " 0.4.1"
5170- source = " registry+https://github.com/rust-lang/crates.io-index"
5171- checksum = " 3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
5172- dependencies = [
5173- " libc" ,
5174- " tikv-jemalloc-sys" ,
5175- ]
5176-
51775166[[package ]]
51785167name = " time"
51795168version = " 0.1.43"
Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ version = '0.4.0'
1515optional = true
1616features = [' unprefixed_malloc_on_supported_platforms' ]
1717
18- [dependencies .tikv-jemallocator ]
19- version = ' 0.4.0'
20- optional = true
21-
2218[features ]
23- jemalloc = [' tikv-jemalloc-sys' , ' tikv-jemallocator ' ]
19+ jemalloc = [' tikv-jemalloc-sys' ]
2420llvm = [' rustc_driver/llvm' ]
2521max_level_info = [' rustc_driver/max_level_info' ]
You can’t perform that action at this time.
0 commit comments