From 08e0e9976d3b89e81d55ac6c145e020d263c9670 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Wed, 10 Mar 2021 13:47:12 -0500 Subject: cargo update and lexer --- crates/syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/syntax/Cargo.toml') 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 cov-mark = "1.1" itertools = "0.10.0" rowan = "0.12.2" -rustc_lexer = { version = "709.0.0", package = "rustc-ap-rustc_lexer" } +rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" arrayvec = "0.5.1" once_cell = "1.3.1" -- cgit v1.2.3