about summary refs log tree commit diff
path: root/compiler/rustc_query_impl
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_query_impl
parentfd17deacce374a4185c882795be162e17b557050 (diff)
downloadrust-6324b398735961c4636fd41d5044a196063d5efa.tar.gz
rust-6324b398735961c4636fd41d5044a196063d5efa.zip
promote ohos targets to tier to with host tools
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml
index c85156e059e..14a7391f108 100644
--- a/compiler/rustc_query_impl/Cargo.toml
+++ b/compiler/rustc_query_impl/Cargo.toml
@@ -5,8 +5,8 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-measureme = "11"
-rustc_attr_data_structures = { path = "../rustc_attr_data_structures" }
+# 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_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_hashes = { path = "../rustc_hashes" }