about summary refs log tree commit diff
path: root/compiler/rustc_query_system
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-07-15 12:40:06 -0400
committerMichael Goulet <michael@errs.io>2024-07-15 12:40:10 -0400
commit247ad3385cb96d816da02edfb6393cc1952e5673 (patch)
tree4d585131d6f3cf7e69192f77cc3ca87e181713a5 /compiler/rustc_query_system
parent88fa119c77682e6d55ce21001cf761675cfebeae (diff)
downloadrust-247ad3385cb96d816da02edfb6393cc1952e5673.tar.gz
rust-247ad3385cb96d816da02edfb6393cc1952e5673.zip
Use dep: for crate dependencies
Diffstat (limited to 'compiler/rustc_query_system')
-rw-r--r--compiler/rustc_query_system/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/Cargo.toml b/compiler/rustc_query_system/Cargo.toml
index 4d845ab0d07..2f42fa47728 100644
--- a/compiler/rustc_query_system/Cargo.toml
+++ b/compiler/rustc_query_system/Cargo.toml
@@ -26,5 +26,5 @@ tracing = "0.1"
 
 [features]
 # tidy-alphabetical-start
-rustc_use_parallel_compiler = ["rustc-rayon-core"]
+rustc_use_parallel_compiler = ["dep:rustc-rayon-core"]
 # tidy-alphabetical-end