diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-31 09:00:26 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-31 09:00:26 +0000 |
commit | 28b1cd32b3682f172d9caa862dbf1bcdbf53234b (patch) | |
tree | f3934006b2cfbdd92b0be437af80b8b71d064e43 /crates | |
parent | dd84b7a24d3c6b30e3c1c32259357278f12d0987 (diff) | |
parent | c070146a83d4ca3bbc74e547bd804d2a6e3d737d (diff) |
Merge #6420
6420: Update Cargo.toml r=flodiebold a=pksunkara
This was blocking the automated publishing.
Co-authored-by: Pavan Kumar Sunkara <[email protected]>
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" |