diff options
author | Laurențiu Nicola <[email protected]> | 2020-07-30 18:21:28 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-07-30 18:36:03 +0100 |
commit | fa64817eaba81c527cba3cae4b738c95def659d2 (patch) | |
tree | 5651c48fd37d9949eba2c8f4ac4cf6b845986b74 /crates/ra_syntax | |
parent | a94c564ad0af33f883a007432117c7061c5abe82 (diff) |
Bump perf-event and rustc_lexer
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 670f04578..fc4d7aa04 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.9.0" | 14 | itertools = "0.9.0" |
15 | rowan = "0.10.0" | 15 | rowan = "0.10.0" |
16 | rustc_lexer = { version = "669.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "671.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |
19 | once_cell = "1.3.1" | 19 | once_cell = "1.3.1" |