diff options
author | kjeremy <[email protected]> | 2020-07-20 20:37:50 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-07-20 20:37:50 +0100 |
commit | d8eec71dc921a5a20ce9b3abe5251781709fb0db (patch) | |
tree | 4103c72b16adf5744695c1b9bb55f728c46eb698 /crates | |
parent | 76c1fac9c3ed9fa3f784e5cdde7dd770c9fac6c1 (diff) |
Bump lexer
Diffstat (limited to 'crates')
-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 57cc09854..670f04578 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 = "666.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "669.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" |