diff options
author | Ville Penttinen <[email protected]> | 2019-02-11 08:20:04 +0000 |
---|---|---|
committer | Ville Penttinen <[email protected]> | 2019-02-11 08:20:04 +0000 |
commit | 710975ecd81c5b7cb10cedea307dab4900bbdf34 (patch) | |
tree | 047ff70f9632490d207750b1ca46255a046ad129 /crates/ra_db | |
parent | d8cce0f1053d193c25e8a1f8648ea4d2bcec6164 (diff) |
Fix typo in Cargo.toml authors
Fixes typo introduced in #782
Diffstat (limited to 'crates/ra_db')
-rw-r--r-- | crates/ra_db/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml index 665f6d5b9..c9b8f3c8e 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml | |||
@@ -2,7 +2,7 @@ | |||
2 | edition = "2018" | 2 | edition = "2018" |
3 | name = "ra_db" | 3 | name = "ra_db" |
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer deverlopers"] | 5 | authors = ["rust-analyzer developers"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | salsa = "0.10.0" | 8 | salsa = "0.10.0" |