File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -2140,8 +2140,9 @@ dependencies = [
2140
2140
2141
2141
[[package ]]
2142
2142
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"
2145
2146
dependencies = [
2146
2147
" log" ,
2147
2148
" memmap2" ,
@@ -2255,8 +2256,8 @@ dependencies = [
2255
2256
" hex 0.4.2" ,
2256
2257
" libc" ,
2257
2258
" 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 " ,
2260
2261
" rustc-workspace-hack" ,
2261
2262
" rustc_version 0.4.0" ,
2262
2263
" shell-escape" ,
@@ -3232,7 +3233,7 @@ dependencies = [
3232
3233
" indexmap" ,
3233
3234
" jobserver" ,
3234
3235
" libc" ,
3235
- " measureme 9.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
3236
+ " measureme 9.1.2" ,
3236
3237
" memmap2" ,
3237
3238
" parking_lot" ,
3238
3239
" rustc-ap-rustc_graphviz" ,
@@ -3670,7 +3671,7 @@ dependencies = [
3670
3671
" bitflags" ,
3671
3672
" cstr" ,
3672
3673
" libc" ,
3673
- " measureme 9.1.2 (git+https://github.com/rylev/measureme) " ,
3674
+ " measureme 10.0.0 " ,
3674
3675
" rustc-demangle" ,
3675
3676
" rustc_arena" ,
3676
3677
" rustc_ast" ,
@@ -3765,7 +3766,7 @@ dependencies = [
3765
3766
" indexmap" ,
3766
3767
" jobserver" ,
3767
3768
" libc" ,
3768
- " measureme 9.1.2 (git+https://github.com/rylev/measureme) " ,
3769
+ " measureme 10.0.0 " ,
3769
3770
" memmap2" ,
3770
3771
" parking_lot" ,
3771
3772
" rustc-hash" ,
@@ -4289,7 +4290,7 @@ dependencies = [
4289
4290
name = " rustc_query_impl"
4290
4291
version = " 0.0.0"
4291
4292
dependencies = [
4292
- " measureme 9.1.2 (git+https://github.com/rylev/measureme) " ,
4293
+ " measureme 10.0.0 " ,
4293
4294
" rustc-rayon-core" ,
4294
4295
" rustc_ast" ,
4295
4296
" rustc_data_structures" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doctest = false
11
11
bitflags = " 1.0"
12
12
cstr = " 0.2"
13
13
libc = " 0.2"
14
- measureme = { git = " https://github.com/rylev/measureme " }
14
+ measureme = " 10.0.0 "
15
15
snap = " 1"
16
16
tracing = " 0.1"
17
17
rustc_middle = { path = " ../rustc_middle" }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rustc-hash = "1.1.0"
23
23
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
24
24
rustc_index = { path = " ../rustc_index" , package = " rustc_index" }
25
25
bitflags = " 1.2.1"
26
- measureme = { git = " https://github.com/rylev/measureme " }
26
+ measureme = " 10.0.0 "
27
27
libc = " 0.2"
28
28
stacker = " 0.1.14"
29
29
tempfile = " 3.2"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
doctest = false
8
8
9
9
[dependencies ]
10
- measureme = { git = " https://github.com/rylev/measureme " }
10
+ measureme = " 10.0.0 "
11
11
rustc-rayon-core = " 0.3.1"
12
12
tracing = " 0.1"
13
13
rustc_ast = { path = " ../rustc_ast" }
You can’t perform that action at this time.
0 commit comments