aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-11 08:22:39 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-11 08:22:39 +0000
commitb60ccac9d3b964d4700b4a8461ab21d5e9688622 (patch)
tree047ff70f9632490d207750b1ca46255a046ad129 /crates/ra_ide_api/Cargo.toml
parentd8cce0f1053d193c25e8a1f8648ea4d2bcec6164 (diff)
parent710975ecd81c5b7cb10cedea307dab4900bbdf34 (diff)
Merge #783
783: Fix typo in Cargo.toml authors r=matklad a=vipentti Fixes typo introduced in #782 Co-authored-by: Ville Penttinen <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r--crates/ra_ide_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml
index e5b2e6c1f..1d907bda2 100644
--- a/crates/ra_ide_api/Cargo.toml
+++ b/crates/ra_ide_api/Cargo.toml
@@ -2,7 +2,7 @@
2edition = "2018" 2edition = "2018"
3name = "ra_ide_api" 3name = "ra_ide_api"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["rust-analyzer deverlopers"] 5authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8itertools = "0.8.0" 8itertools = "0.8.0"