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_syntax/fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/fuzz') diff --git a/crates/ra_syntax/fuzz/Cargo.toml b/crates/ra_syntax/fuzz/Cargo.toml index 65ded6a21..535f9e78c 100644 --- a/crates/ra_syntax/fuzz/Cargo.toml +++ b/crates/ra_syntax/fuzz/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ra_syntax-fuzz" version = "0.0.1" -authors = ["Automatically generated"] +authors = ["rust-analyzer deverlopers"] publish = false [package.metadata] -- cgit v1.2.3