about summary refs log tree commit diff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 22:10:04 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:12:14 +1000
commit8fc0813e292e9772f28462a57f51f79a24c63774 (patch)
tree50675ffbb612071b3e2ac82dfb90edc8dc4d3f79 /compiler/rustc_query_impl
parente692c97ad3f6beb59617b9720f30f616e5fbc431 (diff)
downloadrust-8fc0813e292e9772f28462a57f51f79a24c63774.tar.gz
rust-8fc0813e292e9772f28462a57f51f79a24c63774.zip
Add `measureme` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml
index 2005b8b9eca..3d5cf0eb72d 100644
--- a/compiler/rustc_query_impl/Cargo.toml
+++ b/compiler/rustc_query_impl/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-measureme = "12.0.1"
+measureme.workspace = true 
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_hashes = { path = "../rustc_hashes" }
 rustc_hir = { path = "../rustc_hir" }