From 6a3f819f795d656f36a2967647a83438f8fb58c4 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 16 Aug 2018 23:40:48 +0300 Subject: move smol_str to a separare repo --- crates/libeditor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/libeditor') 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" superslice = "0.1.0" libsyntax2 = { path = "../libsyntax2" } -smol_str = { path = "../smol_str" } +smol_str = "0.1.0" assert_eq_text = { path = "../assert_eq_text" } -- cgit v1.2.3