Update authors field in Cargo.tomls to "rust-analyzer developers"

This closes #777
This commit is contained in:
Ville Penttinen 2019-02-11 08:55:35 +02:00
parent 81852f6dd2
commit ab3d231b1d
21 changed files with 21 additions and 21 deletions

View file

@ -2,7 +2,7 @@
edition = "2018"
name = "ra_project_model"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
authors = ["rust-analyzer deverlopers"]
[dependencies]
log = "0.4.5"