This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.16.12"
4
4
authors = [" Nick Cameron <ncameron@mozilla.com>" ]
5
5
description = " Library for processing rustc's save-analysis data for the RLS"
6
6
license = " Apache-2.0/MIT"
7
- repository = " https://github.com/rust-dev-tools /rls-analysis "
7
+ repository = " https://github.com/rust-lang /rls"
8
8
categories = [" development-tools" ]
9
9
exclude = [
10
10
" test_data/*" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.3"
4
4
authors = [" Nick Cameron <ncameron@mozilla.com>" ]
5
5
description = " Blacklist of crates for the RLS to skip"
6
6
license = " Apache-2.0/MIT"
7
- repository = " https://github.com/nrc /rls-blacklist "
7
+ repository = " https://github.com/rust-lang /rls"
8
8
categories = [" development-tools" ]
9
9
10
10
[dependencies ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.18.2"
4
4
authors = [" Nick Cameron <ncameron@mozilla.com>" ]
5
5
description = " Data structures used by the RLS and Rust compiler"
6
6
license = " Apache-2.0/MIT"
7
- repository = " https://github.com/rust-dev-tools /rls-data "
7
+ repository = " https://github.com/rust-lang /rls"
8
8
categories = [" development-tools" ]
9
9
10
10
[dependencies ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.5.0"
4
4
authors = [" Nick Cameron <ncameron@mozilla.com>" ]
5
5
description = " A simple shim around rustc to allow using save-analysis with a stable toolchain"
6
6
license = " Apache-2.0/MIT"
7
- repository = " https://github.com/nrc /rls-rustc "
7
+ repository = " https://github.com/rust-lang /rls"
8
8
categories = [" development-tools" ]
9
9
10
10
[dependencies ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.4.1"
4
4
authors = [" Nick Cameron <ncameron@mozilla.com>" ]
5
5
description = " Types for identifying code spans/ranges"
6
6
license = " Apache-2.0/MIT"
7
- repository = " https://github.com/rust-dev-tools /rls-span "
7
+ repository = " https://github.com/rust-lang /rls"
8
8
categories = [" development-tools" ]
9
9
10
10
[features ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.7.1"
4
4
authors = [" Nick Cameron <ncameron@mozilla.com>" ]
5
5
description = " Virtual File System for the RLS"
6
6
license = " Apache-2.0/MIT"
7
- repository = " https://github.com/rust-dev-tools /rls-vfs "
7
+ repository = " https://github.com/rust-lang /rls"
8
8
categories = [" development-tools" ]
9
9
10
10
[dependencies ]
You can’t perform that action at this time.
0 commit comments