Skip to content

Commit 2da67bb

Browse files
committed
Add measureme to [workspace.dependencies].
1 parent a03167c commit 2da67bb

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
@@ -67,6 +67,7 @@ either = "1.15.0"
6767
indexmap = "2.10.0"
6868
itertools = "0.12.1"
6969
libc = "0.2.174"
70+
measureme = "12.0.3"
7071
memchr = "2.7.5"
7172
proc-macro2 = "1.0.101"
7273
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
rustc-hash.workspace = true
1717
rustc-stable-hash = { version = "0.1.0", features = ["nightly"] }
1818
rustc_arena = { path = "../rustc_arena" }

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)