1
Fork 0

Use dep: for crate dependencies

This commit is contained in:
Michael Goulet 2024-07-15 12:40:06 -04:00
parent 88fa119c77
commit 247ad3385c
11 changed files with 38 additions and 29 deletions

View file

@ -56,5 +56,5 @@ portable-atomic = "1.5.1"
[features]
# tidy-alphabetical-start
rustc_use_parallel_compiler = ["indexmap/rustc-rayon", "rustc-rayon"]
rustc_use_parallel_compiler = ["indexmap/rustc-rayon", "dep:rustc-rayon"]
# tidy-alphabetical-end