Use dep: for crate dependencies
This commit is contained in:
parent
88fa119c77
commit
247ad3385c
11 changed files with 38 additions and 29 deletions
|
@ -27,7 +27,7 @@ features = ['unprefixed_malloc_on_supported_platforms']
|
|||
|
||||
[features]
|
||||
# tidy-alphabetical-start
|
||||
jemalloc = ['jemalloc-sys']
|
||||
jemalloc = ['dep:jemalloc-sys']
|
||||
llvm = ['rustc_driver_impl/llvm']
|
||||
max_level_info = ['rustc_driver_impl/max_level_info']
|
||||
rustc_use_parallel_compiler = ['rustc_driver_impl/rustc_use_parallel_compiler']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue