@@ -1858,6 +1858,15 @@ dependencies = [
1858
1858
" serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" ,
1859
1859
]
1860
1860
1861
+ [[package ]]
1862
+ name = " rls-data"
1863
+ version = " 0.18.0"
1864
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1865
+ dependencies = [
1866
+ " rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1867
+ " rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1868
+ ]
1869
+
1861
1870
[[package ]]
1862
1871
name = " rls-rustc"
1863
1872
version = " 0.5.0"
@@ -2382,7 +2391,7 @@ name = "rustc_save_analysis"
2382
2391
version = " 0.0.0"
2383
2392
dependencies = [
2384
2393
" log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2385
- " rls-data 0.16 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2394
+ " rls-data 0.18 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2386
2395
" rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2387
2396
" rustc 0.0.0" ,
2388
2397
" rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3286,6 +3295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3286
3295
"checksum rls-analysis 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 96f84d303dcbe1c1bdd41b10867d3399c38fbdac32c4e3645cdb6dbd7f82db1d"
3287
3296
"checksum rls-blacklist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e4a9cc2545ccb7e05b355bfe047b8039a6ec12270d5f3c996b766b340a50f7d2"
3288
3297
"checksum rls-data 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3dd20763e1c60ae8945384c8a8fa4ac44f8afa7b0a817511f5e8927e5d24f988"
3298
+ "checksum rls-data 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 4f81e838ecff6830ed33c2907fd236f38d441c206e983a2aa29fbce99295fab9"
3289
3299
"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
3290
3300
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
3291
3301
"checksum rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = " ecbc8541b4c341d6271eae10f869dd9d36db871afe184f5b6f9bffbd6ed0373f"
0 commit comments