aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-11 11:57:21 +0100
committerGitHub <[email protected]>2020-07-11 11:57:21 +0100
commit9e75b39115180db27888a0a742baba77d0273971 (patch)
treecbb53fbb18f6df4925636e3cdd0c68e07c832336 /crates/ra_syntax/Cargo.toml
parentba48c6548c4e9a1fa6a4c12372c64d41781c1559 (diff)
parent9a3c22bbfd823601acd39473bea154be14c82770 (diff)
Merge #5312
5312: Make slow test parallel r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/Cargo.toml')
-rw-r--r--crates/ra_syntax/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index cb21b8053..57cc09854 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -33,3 +33,4 @@ serde = { version = "1.0.106", features = ["derive"] }
33test_utils = { path = "../test_utils" } 33test_utils = { path = "../test_utils" }
34expect = { path = "../expect" } 34expect = { path = "../expect" }
35walkdir = "2.3.1" 35walkdir = "2.3.1"
36rayon = "1"