diff options
author | Aleksey Kladov <[email protected]> | 2018-08-25 12:26:34 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-25 12:26:34 +0100 |
commit | 2d41bc3e6c1adb8abce5c796cfd24f77fee6f420 (patch) | |
tree | e3b683b98ca0720d42ae55565741bd0ef806f631 /crates/libeditor/Cargo.toml | |
parent | e4828124238c4238a7f5532621d1f2df2170e77a (diff) |
rename
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r-- | crates/libeditor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml index 55f41c2c5..265772204 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml | |||
@@ -11,4 +11,4 @@ superslice = "0.1.0" | |||
11 | libsyntax2 = { path = "../libsyntax2" } | 11 | libsyntax2 = { path = "../libsyntax2" } |
12 | 12 | ||
13 | [dev-dependencies] | 13 | [dev-dependencies] |
14 | assert_eq_text = { path = "../assert_eq_text" } | 14 | test_utils = { path = "../test_utils" } |