aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
diff options
context:
space:
mode:
authorVille Penttinen <[email protected]>2019-02-11 06:55:35 +0000
committerVille Penttinen <[email protected]>2019-02-11 06:55:35 +0000
commitab3d231b1d06cadd9e84446a80921e6a1b254994 (patch)
tree5ece86fe473790fe1f3b44dd919236a79cc3956f /crates/ra_syntax
parent81852f6dd2c1bf86da440d9216959baa9a0a5ed2 (diff)
Update authors field in Cargo.tomls to "rust-analyzer developers"
This closes #777
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r--crates/ra_syntax/Cargo.toml2
-rw-r--r--crates/ra_syntax/fuzz/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 7c7a85a75..e58ee48f1 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -2,7 +2,7 @@
2edition = "2018" 2edition = "2018"
3name = "ra_syntax" 3name = "ra_syntax"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"] 5authors = ["rust-analyzer deverlopers"]
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"
7description = "Comment and whitespace preserving parser for the Rust langauge" 7description = "Comment and whitespace preserving parser for the Rust langauge"
8repository = "https://github.com/rust-analyzer/rust-analyzer" 8repository = "https://github.com/rust-analyzer/rust-analyzer"
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 @@
2[package] 2[package]
3name = "ra_syntax-fuzz" 3name = "ra_syntax-fuzz"
4version = "0.0.1" 4version = "0.0.1"
5authors = ["Automatically generated"] 5authors = ["rust-analyzer deverlopers"]
6publish = false 6publish = false
7 7
8[package.metadata] 8[package.metadata]