diff options
author | kjeremy <[email protected]> | 2021-03-10 18:47:12 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2021-03-10 18:47:12 +0000 |
commit | 08e0e9976d3b89e81d55ac6c145e020d263c9670 (patch) | |
tree | b41ed183ac362c1b74770a3c41d1da5b1ffd87b9 /crates | |
parent | f0e78f2ed6bda5d48caabe35efbb09cb2f3ff5a4 (diff) |
cargo update and lexer
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 33bde099b..05fca5dc4 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -14,7 +14,7 @@ doctest = false | |||
14 | cov-mark = "1.1" | 14 | cov-mark = "1.1" |
15 | itertools = "0.10.0" | 15 | itertools = "0.10.0" |
16 | rowan = "0.12.2" | 16 | rowan = "0.12.2" |
17 | rustc_lexer = { version = "709.0.0", package = "rustc-ap-rustc_lexer" } | 17 | rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | arrayvec = "0.5.1" | 19 | arrayvec = "0.5.1" |
20 | once_cell = "1.3.1" | 20 | once_cell = "1.3.1" |