aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-10-13 16:06:23 +0100
committerLaurenČ›iu Nicola <[email protected]>2020-10-13 16:06:23 +0100
commit9937c0d50a8d5a08394c40b97f23d826e7445945 (patch)
tree053f34436c70a1573182963e54feaab200ff7d98 /crates/syntax/Cargo.toml
parent017a04f424dcc30f54c63138eefbc23811082a78 (diff)
Bump rustc_lexer
Diffstat (limited to 'crates/syntax/Cargo.toml')
-rw-r--r--crates/syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index 547fe9f47..c343f2f70 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/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 = "682.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "683.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"