diff options
Diffstat (limited to 'crates/ra_ide_api')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 95cccf8cf..e5b2e6c1f 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -2,7 +2,7 @@ | |||
2 | edition = "2018" | 2 | edition = "2018" |
3 | name = "ra_ide_api" | 3 | name = "ra_ide_api" |
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"] | 5 | authors = ["rust-analyzer deverlopers"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | itertools = "0.8.0" | 8 | itertools = "0.8.0" |