diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-11 10:21:41 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-11 10:21:41 +0000 |
commit | dd122145b57513cf57076ae3235d70215b226039 (patch) | |
tree | 3f01166b8148b0703a6318662bbd93c51a2aa3e8 /crates/ra_lsp_server/Cargo.toml | |
parent | 28559b7dd2e2c101c4b7f2c9bb207b3af94f6e16 (diff) | |
parent | 66d7adf1cbbe727bfdef6db3fbf8d15bc0e747df (diff) |
Merge #493
493: force serde in ra_syntax r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index a0819978b..7e307eb1c 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -21,8 +21,6 @@ languageserver-types = "0.53.1" | |||
21 | walkdir = "2.2.7" | 21 | walkdir = "2.2.7" |
22 | im = "12.0.0" | 22 | im = "12.0.0" |
23 | cargo_metadata = "0.6.0" | 23 | cargo_metadata = "0.6.0" |
24 | text_unit = { version = "0.1.2", features = ["serde"] } | ||
25 | smol_str = { version = "0.1.5", features = ["serde"] } | ||
26 | rustc-hash = "1.0" | 24 | rustc-hash = "1.0" |
27 | parking_lot = "0.7.0" | 25 | parking_lot = "0.7.0" |
28 | 26 | ||