Skip to content

Commit 757f76e

Browse files
committed
Update to measureme v10
1 parent 947a33b commit 757f76e

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

Cargo.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -2140,8 +2140,9 @@ dependencies = [
21402140

21412141
[[package]]
21422142
name = "measureme"
2143-
version = "9.1.2"
2144-
source = "git+https://github.com/rylev/measureme#b9cccd7ad4c859a5e0e3dd6bff3daac7a190bdd7"
2143+
version = "10.0.0"
2144+
source = "registry+https://github.com/rust-lang/crates.io-index"
2145+
checksum = "bd460fad6e55ca82fa0cd9dab0d315294188fd9ec6efbf4105e5635d4872ef9c"
21452146
dependencies = [
21462147
"log",
21472148
"memmap2",
@@ -2255,8 +2256,8 @@ dependencies = [
22552256
"hex 0.4.2",
22562257
"libc",
22572258
"log",
2258-
"measureme 9.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2259-
"rand 0.8.3",
2259+
"measureme 9.1.2",
2260+
"rand 0.8.4",
22602261
"rustc-workspace-hack",
22612262
"rustc_version 0.4.0",
22622263
"shell-escape",
@@ -3232,7 +3233,7 @@ dependencies = [
32323233
"indexmap",
32333234
"jobserver",
32343235
"libc",
3235-
"measureme 9.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3236+
"measureme 9.1.2",
32363237
"memmap2",
32373238
"parking_lot",
32383239
"rustc-ap-rustc_graphviz",
@@ -3670,7 +3671,7 @@ dependencies = [
36703671
"bitflags",
36713672
"cstr",
36723673
"libc",
3673-
"measureme 9.1.2 (git+https://github.com/rylev/measureme)",
3674+
"measureme 10.0.0",
36743675
"rustc-demangle",
36753676
"rustc_arena",
36763677
"rustc_ast",
@@ -3765,7 +3766,7 @@ dependencies = [
37653766
"indexmap",
37663767
"jobserver",
37673768
"libc",
3768-
"measureme 9.1.2 (git+https://github.com/rylev/measureme)",
3769+
"measureme 10.0.0",
37693770
"memmap2",
37703771
"parking_lot",
37713772
"rustc-hash",
@@ -4289,7 +4290,7 @@ dependencies = [
42894290
name = "rustc_query_impl"
42904291
version = "0.0.0"
42914292
dependencies = [
4292-
"measureme 9.1.2 (git+https://github.com/rylev/measureme)",
4293+
"measureme 10.0.0",
42934294
"rustc-rayon-core",
42944295
"rustc_ast",
42954296
"rustc_data_structures",

compiler/rustc_codegen_llvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111
bitflags = "1.0"
1212
cstr = "0.2"
1313
libc = "0.2"
14-
measureme = { git = "https://github.com/rylev/measureme" }
14+
measureme = "10.0.0"
1515
snap = "1"
1616
tracing = "0.1"
1717
rustc_middle = { path = "../rustc_middle" }

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustc-hash = "1.1.0"
2323
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
2424
rustc_index = { path = "../rustc_index", package = "rustc_index" }
2525
bitflags = "1.2.1"
26-
measureme = { git = "https://github.com/rylev/measureme" }
26+
measureme = "10.0.0"
2727
libc = "0.2"
2828
stacker = "0.1.14"
2929
tempfile = "3.2"

compiler/rustc_query_impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
doctest = false
88

99
[dependencies]
10-
measureme = { git = "https://github.com/rylev/measureme" }
10+
measureme = "10.0.0"
1111
rustc-rayon-core = "0.3.1"
1212
tracing = "0.1"
1313
rustc_ast = { path = "../rustc_ast" }

0 commit comments

Comments
 (0)