aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/Cargo.toml
diff options
context:
space:
mode:
authorJulian Wollersberger <[email protected]>2020-05-24 12:12:16 +0100
committerJulian Wollersberger <[email protected]>2020-05-24 12:12:16 +0100
commitcd4ffc1945a3a1ca89776e9abdcd60b1896f356c (patch)
tree3cc68201608e9981ee6d116918478e59e202f86e /crates/ra_syntax/Cargo.toml
parentf4f5fca10175b8d5fdfa36563c103f81b2b0acd3 (diff)
Update to rustc_lexer version 660.
Change `unescape_*()` to `unescape_literal()`.
Diffstat (limited to 'crates/ra_syntax/Cargo.toml')
-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 c07ff488e..a9a5cc7bc 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 = "656.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "660.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"