@@ -226,7 +226,7 @@ dependencies = [
226
226
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
227
227
" core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
228
228
" crates-io 0.18.0" ,
229
- " crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
229
+ " crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
230
230
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
231
231
" curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
232
232
" env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -247,8 +247,8 @@ dependencies = [
247
247
" libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
248
248
" log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
249
249
" miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
250
- " num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
251
250
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
251
+ " rustc-workspace-hack 1.0.0" ,
252
252
" rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
253
253
" same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
254
254
" semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -351,20 +351,18 @@ name = "clippy"
351
351
version = " 0.0.212"
352
352
dependencies = [
353
353
" ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
354
- " backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
355
354
" cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
356
355
" clippy-mini-macro-test 0.2.0" ,
357
356
" clippy_lints 0.0.212" ,
358
357
" compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
359
358
" derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
360
359
" lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
361
- " num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
362
360
" regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
361
+ " rustc-workspace-hack 1.0.0" ,
363
362
" rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
364
363
" semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
365
364
" serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
366
365
" serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
367
- " winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
368
366
]
369
367
370
368
[[package ]]
@@ -606,6 +604,11 @@ name = "crossbeam-utils"
606
604
version = " 0.4.1"
607
605
source = " registry+https://github.com/rust-lang/crates.io-index"
608
606
607
+ [[package ]]
608
+ name = " crossbeam-utils"
609
+ version = " 0.5.0"
610
+ source = " registry+https://github.com/rust-lang/crates.io-index"
611
+
609
612
[[package ]]
610
613
name = " crypto-hash"
611
614
version = " 0.3.1"
@@ -1791,7 +1794,8 @@ dependencies = [
1791
1794
" rls-rustc 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1792
1795
" rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1793
1796
" rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1794
- " rustfmt-nightly 0.9.0 (git+https://github.com/rust-lang-nursery/rustfmt?rev=7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b)" ,
1797
+ " rustc-workspace-hack 1.0.0" ,
1798
+ " rustfmt-nightly 0.9.0" ,
1795
1799
" serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
1796
1800
" serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
1797
1801
" serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1849,7 +1853,6 @@ name = "rls-vfs"
1849
1853
version = " 0.4.6"
1850
1854
source = " registry+https://github.com/rust-lang/crates.io-index"
1851
1855
dependencies = [
1852
- " racer 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1853
1856
" rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1854
1857
]
1855
1858
@@ -1900,6 +1903,14 @@ dependencies = [
1900
1903
" rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1901
1904
]
1902
1905
1906
+ [[package ]]
1907
+ name = " rustc-ap-arena"
1908
+ version = " 211.0.0"
1909
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1910
+ dependencies = [
1911
+ " rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1912
+ ]
1913
+
1903
1914
[[package ]]
1904
1915
name = " rustc-ap-rustc_cratesio_shim"
1905
1916
version = " 209.0.0"
@@ -1909,6 +1920,15 @@ dependencies = [
1909
1920
" log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1910
1921
]
1911
1922
1923
+ [[package ]]
1924
+ name = " rustc-ap-rustc_cratesio_shim"
1925
+ version = " 211.0.0"
1926
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1927
+ dependencies = [
1928
+ " bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1929
+ " log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1930
+ ]
1931
+
1912
1932
[[package ]]
1913
1933
name = " rustc-ap-rustc_data_structures"
1914
1934
version = " 209.0.0"
@@ -1927,6 +1947,24 @@ dependencies = [
1927
1947
" stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1928
1948
]
1929
1949
1950
+ [[package ]]
1951
+ name = " rustc-ap-rustc_data_structures"
1952
+ version = " 211.0.0"
1953
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1954
+ dependencies = [
1955
+ " cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1956
+ " ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1957
+ " log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1958
+ " parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1959
+ " parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
1960
+ " rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1961
+ " rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1962
+ " rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1963
+ " rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1964
+ " rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1965
+ " stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1966
+ ]
1967
+
1930
1968
[[package ]]
1931
1969
name = " rustc-ap-rustc_errors"
1932
1970
version = " 209.0.0"
@@ -1940,6 +1978,19 @@ dependencies = [
1940
1978
" unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1941
1979
]
1942
1980
1981
+ [[package ]]
1982
+ name = " rustc-ap-rustc_errors"
1983
+ version = " 211.0.0"
1984
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1985
+ dependencies = [
1986
+ " atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1987
+ " rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1988
+ " rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1989
+ " rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1990
+ " termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1991
+ " unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1992
+ ]
1993
+
1943
1994
[[package ]]
1944
1995
name = " rustc-ap-rustc_target"
1945
1996
version = " 209.0.0"
@@ -1951,11 +2002,27 @@ dependencies = [
1951
2002
" rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1952
2003
]
1953
2004
2005
+ [[package ]]
2006
+ name = " rustc-ap-rustc_target"
2007
+ version = " 211.0.0"
2008
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2009
+ dependencies = [
2010
+ " bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2011
+ " log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2012
+ " rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2013
+ " rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2014
+ ]
2015
+
1954
2016
[[package ]]
1955
2017
name = " rustc-ap-serialize"
1956
2018
version = " 209.0.0"
1957
2019
source = " registry+https://github.com/rust-lang/crates.io-index"
1958
2020
2021
+ [[package ]]
2022
+ name = " rustc-ap-serialize"
2023
+ version = " 211.0.0"
2024
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2025
+
1959
2026
[[package ]]
1960
2027
name = " rustc-ap-syntax"
1961
2028
version = " 209.0.0"
@@ -1971,6 +2038,21 @@ dependencies = [
1971
2038
" scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1972
2039
]
1973
2040
2041
+ [[package ]]
2042
+ name = " rustc-ap-syntax"
2043
+ version = " 211.0.0"
2044
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2045
+ dependencies = [
2046
+ " bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2047
+ " log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2048
+ " rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2049
+ " rustc-ap-rustc_errors 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2050
+ " rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2051
+ " rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2052
+ " rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2053
+ " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2054
+ ]
2055
+
1974
2056
[[package ]]
1975
2057
name = " rustc-ap-syntax_pos"
1976
2058
version = " 209.0.0"
@@ -1984,6 +2066,19 @@ dependencies = [
1984
2066
" unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1985
2067
]
1986
2068
2069
+ [[package ]]
2070
+ name = " rustc-ap-syntax_pos"
2071
+ version = " 211.0.0"
2072
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2073
+ dependencies = [
2074
+ " cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2075
+ " rustc-ap-arena 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2076
+ " rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2077
+ " rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2078
+ " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2079
+ " unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2080
+ ]
2081
+
1987
2082
[[package ]]
1988
2083
name = " rustc-demangle"
1989
2084
version = " 0.1.8"
@@ -2031,6 +2126,14 @@ name = "rustc-serialize"
2031
2126
version = " 0.3.24"
2032
2127
source = " registry+https://github.com/rust-lang/crates.io-index"
2033
2128
2129
+ [[package ]]
2130
+ name = " rustc-workspace-hack"
2131
+ version = " 1.0.0"
2132
+ dependencies = [
2133
+ " syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2134
+ " winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2135
+ ]
2136
+
2034
2137
[[package ]]
2035
2138
name = " rustc_allocator"
2036
2139
version = " 0.0.0"
@@ -2461,32 +2564,6 @@ dependencies = [
2461
2564
" serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2462
2565
]
2463
2566
2464
- [[package ]]
2465
- name = " rustfmt-nightly"
2466
- version = " 0.9.0"
2467
- source = " git+https://github.com/rust-lang-nursery/rustfmt?rev=7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b#7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b"
2468
- dependencies = [
2469
- " cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2470
- " derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2471
- " diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
2472
- " env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2473
- " failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2474
- " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2475
- " isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2476
- " itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2477
- " log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2478
- " regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2479
- " rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2480
- " rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2481
- " rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2482
- " serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
2483
- " serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
2484
- " serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2485
- " term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2486
- " toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2487
- " unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2488
- ]
2489
-
2490
2567
[[package ]]
2491
2568
name = " rustfmt-nightly"
2492
2569
version = " 0.9.0"
@@ -2503,9 +2580,9 @@ dependencies = [
2503
2580
" lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2504
2581
" log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2505
2582
" regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2506
- " rustc-ap-rustc_target 209 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2507
- " rustc-ap-syntax 209 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2508
- " rustc-ap-syntax_pos 209 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2583
+ " rustc-ap-rustc_target 211 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2584
+ " rustc-ap-syntax 211 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2585
+ " rustc-ap-syntax_pos 211 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2509
2586
" serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
2510
2587
" serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
2511
2588
" serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3120,10 +3197,6 @@ name = "yaml-rust"
3120
3197
version = " 0.3.5"
3121
3198
source = " registry+https://github.com/rust-lang/crates.io-index"
3122
3199
3123
- [[patch .unused ]]
3124
- name = " rustc-workspace-hack"
3125
- version = " 1.0.0"
3126
-
3127
3200
[metadata ]
3128
3201
"checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = " c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa"
3129
3202
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
@@ -3164,6 +3237,7 @@ version = "1.0.0"
3164
3237
"checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea"
3165
3238
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
3166
3239
"checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a"
3240
+ "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
3167
3241
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
3168
3242
"checksum curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 893713db705eab9847e050268507b0e2a2aad64e90a831874bd4e8e0d67f9523"
3169
3243
"checksum curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = " de9cf174efdf90b5887c4e2e900769373c89c5e18152e8f3ed75b501a6f1c0fb"
@@ -3293,21 +3367,28 @@ version = "1.0.0"
3293
3367
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
3294
3368
"checksum rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = " ecbc8541b4c341d6271eae10f869dd9d36db871afe184f5b6f9bffbd6ed0373f"
3295
3369
"checksum rustc-ap-arena 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b098827864368459cbc7a79fbc54eafb92df7e00a46c0cda352b5a21583ee436"
3370
+ "checksum rustc-ap-arena 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " eec75ed880706dd9a05bc770c327ed142fa7d4b648d9757fbc71d821d68448a5"
3296
3371
"checksum rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ef4d923dea14fb085bca743fb982f6a3bc11c0d5d30b822bcf6fa16e9464a56c"
3372
+ "checksum rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 0f5d54615bedbae65a976e0835edf0de90dd962ec818c0149fe181d5cd81da9e"
3297
3373
"checksum rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 18c6a5c9edc6b4ae035cdc03af7d8662d39fad7879c5501d103e7087dfaebc80"
3374
+ "checksum rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " e7c51cc6e79eab25c7ea84a7e104e81e6f44cca32709df54c2cdb4e7059d7843"
3298
3375
"checksum rustc-ap-rustc_errors 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9a1e9bdc597abd95cebce0c14c1da58943a9e5b8255530a0fec30659d144eb0b"
3376
+ "checksum rustc-ap-rustc_errors 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ff050095b7afb254506591ee7d3a5d0fb9c03c16f8c2741b588178085e563d49"
3299
3377
"checksum rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 142ddef3dc12dda2bcd3412f0d96d3745413a8fbc2f224f0cc97afa04c071d89"
3378
+ "checksum rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 53c7a8c21c3b05f24998fa6ab9ded6269810a2f3ae12ff301c432c1e9fa8e111"
3300
3379
"checksum rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 8b08f8f175b038a82caa7e51fc52b72ff96cfe8c1429755da30380dbd4199c7f"
3380
+ "checksum rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ad4713c2c0c26a45ead8fb16fee88e16fecf999588ae6920847cbaeb19565b7f"
3301
3381
"checksum rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 4c802e0e1fbc64eddc21e0798527eb1f5fdbd5781d119bd2c44b6130afdc81cc"
3382
+ "checksum rustc-ap-syntax 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 768e2698f912913be2ccd355b2dea62c978efc356f75db1400605f3642905d53"
3302
3383
"checksum rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 008d47cc54ed12a2784217b9e6630a7fa1c8dc3591a283f65ad4b7fa307d49d5"
3384
+ "checksum rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " a280dc8919aa7f684832ba3eeab2f6c96dbe2e2e4f6a922f7f0bdb3a9dd9e641"
3303
3385
"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
3304
3386
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
3305
3387
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
3306
3388
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
3307
3389
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = " dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
3308
3390
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
3309
3391
"checksum rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 756567f00f7d89c9f89a5c401b8b1caaa122e27240b9eaadd0bb52ee0b680b1b"
3310
- "checksum rustfmt-nightly 0.9.0 (git+https://github.com/rust-lang-nursery/rustfmt?rev=7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b)" = " <none>"
3311
3392
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = " cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
3312
3393
"checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = " dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f"
3313
3394
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
0 commit comments