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/libsyntax2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/libsyntax2/Cargo.toml') diff --git a/crates/libsyntax2/Cargo.toml b/crates/libsyntax2/Cargo.toml index cfaa3bc9b..78e9e18a2 100644 --- a/crates/libsyntax2/Cargo.toml +++ b/crates/libsyntax2/Cargo.toml @@ -10,7 +10,7 @@ text_unit = "0.1.2" itertools = "0.7.5" drop_bomb = "0.1.4" parking_lot = "0.6.0" -smol_str = { path = "../smol_str" } +smol_str = "0.1.0" [dev-dependencies] assert_eq_text = { path = "../assert_eq_text" } -- cgit v1.2.3