promote ohos targets to tier to with host tools

This commit is contained in:
LuuuXXX 2025-02-12 10:24:57 +08:00
parent fd17deacce
commit 6324b39873
10 changed files with 54 additions and 16 deletions

View file

@ -14,7 +14,8 @@ bitflags = "2.4.1"
gimli = "0.30"
itertools = "0.12"
libc = "0.2"
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" }
object = { version = "0.36.3", default-features = false, features = ["std", "read"] }
rustc-demangle = "0.1.21"
rustc_abi = { path = "../rustc_abi" }