diff options
author | kjeremy <[email protected]> | 2020-10-08 14:43:00 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-10-08 15:39:02 +0100 |
commit | 13bb0404a88fbe565660e61bf4ea68aa162ee0ce (patch) | |
tree | 731b9ce9126c31158a441d39dcd7b509383d209a /crates/syntax | |
parent | e6a05e6566014d95cec416b5203fdf52bb8ac09c (diff) |
Bump rustc_lexer, cfg-if to 1.0 and add new license to check
Diffstat (limited to 'crates/syntax')
-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 0b15f10e9..547fe9f47 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.9.0" | 14 | itertools = "0.9.0" |
15 | rowan = "0.10.0" | 15 | rowan = "0.10.0" |
16 | rustc_lexer = { version = "681.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "682.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |
19 | once_cell = "1.3.1" | 19 | once_cell = "1.3.1" |