aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-28 13:47:14 +0100
committerAleksey Kladov <[email protected]>2020-08-28 13:47:14 +0100
commitc692b5d76d7a9c01643f1f4be3fa8c777a9b0adb (patch)
tree482f663be7ad64ee0d9dce46241006a990a69460 /crates/syntax/Cargo.toml
parentc9c0050fff45ebee56e5be8ae0add849fddfc85a (diff)
:arrow_up: expect-test
Diffstat (limited to 'crates/syntax/Cargo.toml')
-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" }