File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -2140,8 +2140,9 @@ dependencies = [
21402140
21412141[[package ]]
21422142name = " 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"
21452146dependencies = [
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 = [
42894290name = " rustc_query_impl"
42904291version = " 0.0.0"
42914292dependencies = [
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" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doctest = false
1111bitflags = " 1.0"
1212cstr = " 0.2"
1313libc = " 0.2"
14- measureme = { git = " https://github.com/rylev/measureme " }
14+ measureme = " 10.0.0 "
1515snap = " 1"
1616tracing = " 0.1"
1717rustc_middle = { path = " ../rustc_middle" }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rustc-hash = "1.1.0"
2323smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
2424rustc_index = { path = " ../rustc_index" , package = " rustc_index" }
2525bitflags = " 1.2.1"
26- measureme = { git = " https://github.com/rylev/measureme " }
26+ measureme = " 10.0.0 "
2727libc = " 0.2"
2828stacker = " 0.1.14"
2929tempfile = " 3.2"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
77doctest = false
88
99[dependencies ]
10- measureme = { git = " https://github.com/rylev/measureme " }
10+ measureme = " 10.0.0 "
1111rustc-rayon-core = " 0.3.1"
1212tracing = " 0.1"
1313rustc_ast = { path = " ../rustc_ast" }
You can’t perform that action at this time.
0 commit comments