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/libsyntax2 | |
parent | e0a43a159d03a91d8cce07003d427df4f3d6966d (diff) |
move smol_str to a separare repo
Diffstat (limited to 'crates/libsyntax2')
-rw-r--r-- | crates/libsyntax2/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
10 | itertools = "0.7.5" | 10 | itertools = "0.7.5" |
11 | drop_bomb = "0.1.4" | 11 | drop_bomb = "0.1.4" |
12 | parking_lot = "0.6.0" | 12 | parking_lot = "0.6.0" |
13 | smol_str = { path = "../smol_str" } | 13 | smol_str = "0.1.0" |
14 | 14 | ||
15 | [dev-dependencies] | 15 | [dev-dependencies] |
16 | assert_eq_text = { path = "../assert_eq_text" } | 16 | assert_eq_text = { path = "../assert_eq_text" } |