diff options
author | Aleksey Kladov <[email protected]> | 2018-08-16 21:40:48 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-16 21:40:48 +0100 |
commit | 6a3f819f795d656f36a2967647a83438f8fb58c4 (patch) | |
tree | 24cda2f8a5d7263b3df739f4f22ee24d323c84d4 /crates/libeditor/Cargo.toml | |
parent | e0a43a159d03a91d8cce07003d427df4f3d6966d (diff) |
move smol_str to a separare repo
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 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" } |