about summary refs log tree commit diff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorLuuuXXX <luuux98@163.com>2025-02-15 09:19:02 +0800
committerLuuuXXX <luuux98@163.com>2025-03-04 17:13:46 +0800
commit7279acf2025a5affd51862d126624ed0f49f701b (patch)
tree8fc9ae3788335d42982a8101a68a295ad35722bf /compiler/rustc_query_impl
parent6324b398735961c4636fd41d5044a196063d5efa (diff)
downloadrust-7279acf2025a5affd51862d126624ed0f49f701b.tar.gz
rust-7279acf2025a5affd51862d126624ed0f49f701b.zip
use measureme-12.0.1
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml
index 14a7391f108..b6773fb460f 100644
--- a/compiler/rustc_query_impl/Cargo.toml
+++ b/compiler/rustc_query_impl/Cargo.toml
@@ -5,8 +5,7 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-# FIXME: waiting for the new version of measureme. (https://github.com/rust-lang/measureme/pull/240)
-measureme = { package = "measureme-mirror", version = "12.0.1" }
+measureme = "12.0.1"
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_hashes = { path = "../rustc_hashes" }