Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/Cargo.toml')
-rw-r--r--crates/syntax/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index 99bc30f076..127eaa519b 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -21,7 +21,7 @@ indexmap = "1.8.0"
smol_str = "0.1.21"
stdx = { path = "../stdx", version = "0.0.0" }
-text_edit = { path = "../text_edit", version = "0.0.0" }
+text-edit = { path = "../text-edit", version = "0.0.0" }
parser = { path = "../parser", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
@@ -32,5 +32,5 @@ proc-macro2 = "1.0.36"
quote = "1.0.16"
ungrammar = "1.16.1"
-test_utils = { path = "../test_utils" }
+test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }