diff options
author | kjeremy <[email protected]> | 2021-04-07 16:39:33 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2021-04-07 16:39:33 +0100 |
commit | 761a81822afcc4eb916f6155e5a1dac2175f5df7 (patch) | |
tree | 2b51190bab80976f6a8bf2aa0836882a9483e6f7 /crates | |
parent | 8e900cb4a1c5a4faef801518272d56a5683dd488 (diff) |
Update crates
Diffstat (limited to 'crates')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 10024366e..f09cdf28a 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -14,7 +14,7 @@ doctest = false | |||
14 | cov-mark = { version = "1.1", features = ["thread-local"] } | 14 | cov-mark = { version = "1.1", features = ["thread-local"] } |
15 | itertools = "0.10.0" | 15 | itertools = "0.10.0" |
16 | rowan = "0.13.0-pre.3" | 16 | rowan = "0.13.0-pre.3" |
17 | rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" } | 17 | rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | arrayvec = "0.7" | 19 | arrayvec = "0.7" |
20 | once_cell = "1.3.1" | 20 | once_cell = "1.3.1" |