diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 07:20:51 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 07:20:51 +0000 |
commit | d8cce0f1053d193c25e8a1f8648ea4d2bcec6164 (patch) | |
tree | 5ece86fe473790fe1f3b44dd919236a79cc3956f /crates/ra_ide_api | |
parent | 81852f6dd2c1bf86da440d9216959baa9a0a5ed2 (diff) | |
parent | ab3d231b1d06cadd9e84446a80921e6a1b254994 (diff) |
Merge #782
782: Update authors field in Cargo.tomls to "rust-analyzer developers" r=matklad a=vipentti
This closes #777
Co-authored-by: Ville Penttinen <[email protected]>
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" |