diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-30 14:30:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-30 14:30:02 +0000 |
commit | 9cbea21aa5a928d9020af63d101b5933ce9cc774 (patch) | |
tree | b0a55dc091598f4d9b98bcf8d6f0b5eacaf4dc02 /crates | |
parent | 8fcc1d6a903e3db75b4c714a1f0de6ade150beaa (diff) | |
parent | 0a9520124321e44dec1920d923fb94c13d7ef61b (diff) |
Merge #6678
6678: bump lexer r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates')
-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 ce62babc3..c6a6f11e1 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 = "688.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "691.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" |