diff options
author | Laurențiu Nicola <[email protected]> | 2020-10-24 15:11:58 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-10-24 15:11:58 +0100 |
commit | 4834015fd1353f2f138ed45ec95fde28860778a6 (patch) | |
tree | 27ae4661ce4eaf2b5c5e6879cc10071ca9b4e468 /crates/syntax | |
parent | 09468ce3708cf5c4c71549259bd5384b1500e1b2 (diff) |
Bump rustc_lexer
Diffstat (limited to 'crates/syntax')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index aa39ce554..e8de61868 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/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 = "683.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "685.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" |