about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorLuuuXXX <luuux98@163.com>2025-02-12 10:24:57 +0800
committerLuuuXXX <luuux98@163.com>2025-03-04 17:13:46 +0800
commit6324b398735961c4636fd41d5044a196063d5efa (patch)
tree8945f9e039ec53158fced3f0be74006534c8bc41 /compiler/rustc_data_structures
parentfd17deacce374a4185c882795be162e17b557050 (diff)
promote ohos targets to tier to with host tools
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index bdf5494f210..6629f2a7516 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -12,7 +12,8 @@ elsa = "1.11.0"
 ena = "0.14.3"
 indexmap = "2.4.0"
 jobserver_crate = { version = "0.1.28", package = "jobserver" }
-measureme = "11"
+# FIXME: waiting for the new version of measureme. (https://github.com/rust-lang/measureme/pull/240)
+measureme = { package = "measureme-mirror", version = "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"] }