aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-07-20 20:37:50 +0100
committerkjeremy <[email protected]>2020-07-20 20:37:50 +0100
commitd8eec71dc921a5a20ce9b3abe5251781709fb0db (patch)
tree4103c72b16adf5744695c1b9bb55f728c46eb698
parent76c1fac9c3ed9fa3f784e5cdde7dd770c9fac6c1 (diff)
Bump lexer
-rw-r--r--Cargo.lock4
-rw-r--r--crates/ra_syntax/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e0ba7b688..5adbe3947 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1506,9 +1506,9 @@ dependencies = [
1506 1506
1507[[package]] 1507[[package]]
1508name = "rustc-ap-rustc_lexer" 1508name = "rustc-ap-rustc_lexer"
1509version = "666.0.0" 1509version = "669.0.0"
1510source = "registry+https://github.com/rust-lang/crates.io-index" 1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "4e00c526f9f8430ea4cd2178d25b02bfc7debe6677350c57292f92f50e65d2fe" 1511checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63"
1512dependencies = [ 1512dependencies = [
1513 "unicode-xid", 1513 "unicode-xid",
1514] 1514]
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 57cc09854..670f04578 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 = "666.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "669.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"