From ab3d231b1d06cadd9e84446a80921e6a1b254994 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Mon, 11 Feb 2019 08:55:35 +0200 Subject: Update authors field in Cargo.tomls to "rust-analyzer developers" This closes #777 --- crates/ra_ide_api_light/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_ide_api_light') diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index 86311e677..8e5379fba 100644 --- a/crates/ra_ide_api_light/Cargo.toml +++ b/crates/ra_ide_api_light/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "ra_ide_api_light" version = "0.1.0" -authors = ["Aleksey Kladov "] +authors = ["rust-analyzer deverlopers"] publish = false [dependencies] -- cgit v1.2.3