diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-21 14:32:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-21 14:32:57 +0000 |
commit | 323138f32ea74cfe9f5381e9e170cf87e7592818 (patch) | |
tree | 8695e6f668a91d5955699c77077b735e829550aa /crates | |
parent | cde22aba1c2cf55251365807bcd7170a9d34441c (diff) | |
parent | f006517857cc5700335dbddfd851770d79ccf7d4 (diff) |
Merge #7372
7372: Up lexer r=kjeremy a=kjeremy
No real changes here.
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 55b437a3a..24298fbfa 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.12" | 15 | rowan = "0.12" |
16 | rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "700.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" |