diff options
Diffstat (limited to 'crates/libeditor')
-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 1d210f3c1..502f532a7 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml | |||
@@ -9,5 +9,5 @@ itertools = "0.7.8" | |||
9 | superslice = "0.1.0" | 9 | superslice = "0.1.0" |
10 | 10 | ||
11 | libsyntax2 = { path = "../libsyntax2" } | 11 | libsyntax2 = { path = "../libsyntax2" } |
12 | smol_str = { path = "../smol_str" } | 12 | smol_str = "0.1.0" |
13 | assert_eq_text = { path = "../assert_eq_text" } | 13 | assert_eq_text = { path = "../assert_eq_text" } |