Skip to content

Commit 8fc0813

Browse files
committed
Add measureme to [workspace.dependencies].
1 parent e692c97 commit 8fc0813

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ itertools = "0.12.1"
6969
# FIXME: Remove this pin once this rustix issue is resolved
7070
# https://github.com/bytecodealliance/rustix/issues/1496
7171
libc = "=0.2.174"
72+
measureme = "12.0.3"
7273
memchr = "2.7.5"
7374
proc-macro2 = "1.0.101"
7475
quote = "1.0.40"

compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bitflags.workspace = true
1414
gimli = "0.31"
1515
itertools.workspace = true
1616
libc.workspace = true
17-
measureme = "12.0.1"
17+
measureme.workspace = true
1818
object = { version = "0.37.0", default-features = false, features = ["std", "read"] }
1919
rustc-demangle = "0.1.21"
2020
rustc_abi = { path = "../rustc_abi" }

compiler/rustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ elsa = "1.11.0"
1212
ena = "0.14.3"
1313
indexmap.workspace = true
1414
jobserver_crate = { version = "0.1.28", package = "jobserver" }
15-
measureme = "12.0.1"
15+
measureme.workspace = true
1616
parking_lot = "0.12"
1717
rustc-hash.workspace = true
1818
rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }

compiler/rustc_query_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
measureme = "12.0.1"
8+
measureme.workspace = true
99
rustc_data_structures = { path = "../rustc_data_structures" }
1010
rustc_hashes = { path = "../rustc_hashes" }
1111
rustc_hir = { path = "../rustc_hir" }

0 commit comments

Comments
 (0)