aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-05-26 19:35:09 +0100
committerkjeremy <[email protected]>2020-05-26 19:35:09 +0100
commit9a0353a81e9288bfa9f16393391bf4e160851c36 (patch)
tree1236db0b37a83f2fb60b758518e44fa74a79d20c /crates
parent154e37684298d8775e7733b20d47eddaa04d883d (diff)
Update lexer
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index a9a5cc7bc..a8ff2e74f 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
13[dependencies] 13[dependencies]
14itertools = "0.9.0" 14itertools = "0.9.0"
15rowan = "0.10.0" 15rowan = "0.10.0"
16rustc_lexer = { version = "660.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "661.0.0", package = "rustc-ap-rustc_lexer" }
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18arrayvec = "0.5.1" 18arrayvec = "0.5.1"
19once_cell = "1.3.1" 19once_cell = "1.3.1"