diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-14 12:10:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-14 12:10:20 +0100 |
commit | bc7de5d47a56b9f2ab44f833130ba6d77aefe864 (patch) | |
tree | 0497c0fa3346dfadc05747fce9ae38fac72faed3 /crates/ra_tt | |
parent | 691bc276862c83cb6ccb2db08c4c903863de8a94 (diff) | |
parent | ad1323c0a7af3c2e604df089f73f3ebb5f91a97c (diff) |
Merge #2002
2002: Remove unused dependencies r=matklad a=sinkuu
Co-authored-by: Shotaro Yamada <[email protected]>
Diffstat (limited to 'crates/ra_tt')
-rw-r--r-- | crates/ra_tt/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/ra_tt/Cargo.toml b/crates/ra_tt/Cargo.toml index 3328d312f..3fcc7f085 100644 --- a/crates/ra_tt/Cargo.toml +++ b/crates/ra_tt/Cargo.toml | |||
@@ -5,4 +5,6 @@ version = "0.1.0" | |||
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | smol_str = "0.1.9" | 8 | # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here |
9 | # to reduce number of compilations | ||
10 | smol_str = { version = "0.1.12", features = ["serde"] } | ||