aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-16 21:40:48 +0100
committerAleksey Kladov <[email protected]>2018-08-16 21:40:48 +0100
commit6a3f819f795d656f36a2967647a83438f8fb58c4 (patch)
tree24cda2f8a5d7263b3df739f4f22ee24d323c84d4 /crates/libeditor
parente0a43a159d03a91d8cce07003d427df4f3d6966d (diff)
move smol_str to a separare repo
Diffstat (limited to 'crates/libeditor')
-rw-r--r--crates/libeditor/Cargo.toml2
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"
9superslice = "0.1.0" 9superslice = "0.1.0"
10 10
11libsyntax2 = { path = "../libsyntax2" } 11libsyntax2 = { path = "../libsyntax2" }
12smol_str = { path = "../smol_str" } 12smol_str = "0.1.0"
13assert_eq_text = { path = "../assert_eq_text" } 13assert_eq_text = { path = "../assert_eq_text" }