about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
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_data_structures
parent6324b398735961c4636fd41d5044a196063d5efa (diff)
use measureme-12.0.1
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 6629f2a7516..df3bee6ee9c 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -12,8 +12,7 @@ elsa = "1.11.0"
 ena = "0.14.3"
 indexmap = "2.4.0"
 jobserver_crate = { version = "0.1.28", package = "jobserver" }
-# 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-hash = "2.0.0"
 rustc-rayon = { version = "0.5.1", features = ["indexmap"] }
 rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }