diff options
author | Pavan Kumar Sunkara <[email protected]> | 2020-10-31 07:49:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-31 07:49:57 +0000 |
commit | c070146a83d4ca3bbc74e547bd804d2a6e3d737d (patch) | |
tree | f3934006b2cfbdd92b0be437af80b8b71d064e43 /crates | |
parent | dd84b7a24d3c6b30e3c1c32259357278f12d0987 (diff) |
Update Cargo.toml
Diffstat (limited to 'crates')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index e8de61868..1e1b5eba3 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -27,7 +27,7 @@ serde = { version = "1.0.106", features = ["derive"] } | |||
27 | stdx = { path = "../stdx", version = "0.0.0" } | 27 | stdx = { path = "../stdx", version = "0.0.0" } |
28 | text_edit = { path = "../text_edit", version = "0.0.0" } | 28 | text_edit = { path = "../text_edit", version = "0.0.0" } |
29 | parser = { path = "../parser", version = "0.0.0" } | 29 | parser = { path = "../parser", version = "0.0.0" } |
30 | test_utils = { path = "../test_utils" } | 30 | test_utils = { path = "../test_utils", version = "0.0.0" } |
31 | 31 | ||
32 | [dev-dependencies] | 32 | [dev-dependencies] |
33 | walkdir = "2.3.1" | 33 | walkdir = "2.3.1" |