Skip to content

Commit 08e0e99

Browse files
committed
cargo update and lexer
1 parent f0e78f2 commit 08e0e99

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
cov-mark = "1.1"
1515
itertools = "0.10.0"
1616
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" }
1818
rustc-hash = "1.1.0"
1919
arrayvec = "0.5.1"
2020
once_cell = "1.3.1"

0 commit comments

Comments
 (0)