diff options
author | nmio <[email protected]> | 2020-02-25 18:01:59 +0000 |
---|---|---|
committer | nmio <[email protected]> | 2020-02-25 18:01:59 +0000 |
commit | 39bd3b2bd719289a8dd03fb52d5060cdb10f9169 (patch) | |
tree | 4b627f15fcbb454aa09845ba8b456823cbc791b8 /crates/ra_syntax | |
parent | 34e3ef61bd25c635721066c1f881d7f041366a0a (diff) | |
parent | d3040c0deba8266044029a6479a1c12c28e72750 (diff) |
Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into find-cargo-toml-up-the-fs
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 7891628dc..8efc6b368 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.8.2" | 14 | itertools = "0.8.2" |
15 | rowan = "0.9.0" | 15 | rowan = "0.9.1" |
16 | rustc_lexer = "0.1.0" | 16 | rustc_lexer = "0.1.0" |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |