diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 09:29:19 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 09:29:19 +0100 |
commit | 5b19825e376b67aabbe8d5b163bf69b1acd92f04 (patch) | |
tree | bdf8054c58b9dba7116473ae4b0a772851a27c0c /crates/ra_syntax | |
parent | a4316d6c63486d718f4d2e56d151180ef40ff0a1 (diff) | |
parent | 09b72489dd085dadce94b454408d18a36abb1681 (diff) |
Merge #1507
1507: Constify KnownName's r=matklad a=mominul
Closes #1503
Co-authored-by: Muhammad Mominul Huque <[email protected]>
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 95ff6b1d8..156991358 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -17,7 +17,7 @@ rowan = "0.5.0" | |||
17 | # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here | 17 | # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here |
18 | # to reduce number of compilations | 18 | # to reduce number of compilations |
19 | text_unit = { version = "0.1.8", features = ["serde"] } | 19 | text_unit = { version = "0.1.8", features = ["serde"] } |
20 | smol_str = { version = "0.1.11", features = ["serde"] } | 20 | smol_str = { version = "0.1.12", features = ["serde"] } |
21 | 21 | ||
22 | ra_text_edit = { path = "../ra_text_edit" } | 22 | ra_text_edit = { path = "../ra_text_edit" } |
23 | ra_parser = { path = "../ra_parser" } | 23 | ra_parser = { path = "../ra_parser" } |