Add measureme to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-27 22:10:04 +10:00
parent e692c97ad3
commit 8fc0813e29
4 changed files with 4 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ itertools = "0.12.1"
# FIXME: Remove this pin once this rustix issue is resolved
# https://github.com/bytecodealliance/rustix/issues/1496
libc = "=0.2.174"
measureme = "12.0.3"
memchr = "2.7.5"
proc-macro2 = "1.0.101"
quote = "1.0.40"

View File

@@ -14,7 +14,7 @@ bitflags.workspace = true
gimli = "0.31"
itertools.workspace = true
libc.workspace = true
measureme = "12.0.1"
measureme.workspace = true
object = { version = "0.37.0", default-features = false, features = ["std", "read"] }
rustc-demangle = "0.1.21"
rustc_abi = { path = "../rustc_abi" }

View File

@@ -12,7 +12,7 @@ elsa = "1.11.0"
ena = "0.14.3"
indexmap.workspace = true
jobserver_crate = { version = "0.1.28", package = "jobserver" }
measureme = "12.0.1"
measureme.workspace = true
parking_lot = "0.12"
rustc-hash.workspace = true
rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
# tidy-alphabetical-start
measureme = "12.0.1"
measureme.workspace = true
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_hashes = { path = "../rustc_hashes" }
rustc_hir = { path = "../rustc_hir" }