aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-28 13:47:53 +0100
committerGitHub <[email protected]>2020-08-28 13:47:53 +0100
commit32b089d6ec8e0ede0871f201437d16efd341b150 (patch)
tree8637a952f4f24f243c07ec8bccbb1d590859108c /crates/syntax
parent7183d72fa1b24f1ffe9960e9959d20d9b885ae3c (diff)
parentc692b5d76d7a9c01643f1f4be3fa8c777a9b0adb (diff)
Merge #5907
5907: :arrow_up: expect-test r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/syntax')
-rw-r--r--crates/syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index 2c1bdb295..af61bb658 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -30,6 +30,6 @@ parser = { path = "../parser", version = "0.0.0" }
30[dev-dependencies] 30[dev-dependencies]
31walkdir = "2.3.1" 31walkdir = "2.3.1"
32rayon = "1" 32rayon = "1"
33expect-test = "0.1" 33expect-test = "1.0"
34 34
35test_utils = { path = "../test_utils" } 35test_utils = { path = "../test_utils" }