Bump rustc_lexer, cfg-if to 1.0 and add new license to check

This commit is contained in:
kjeremy 2020-10-08 09:43:00 -04:00
parent e6a05e6566
commit 13bb0404a8
4 changed files with 38 additions and 30 deletions

View file

@ -11,7 +11,7 @@ doctest = false
[dependencies]
once_cell = "1.3.1"
cfg-if = "0.1.10"
cfg-if = "1"
libc = "0.2.73"
backtrace = { version = "0.3.44", optional = true }

View file

@ -13,7 +13,7 @@ doctest = false
[dependencies]
itertools = "0.9.0"
rowan = "0.10.0"
rustc_lexer = { version = "681.0.0", package = "rustc-ap-rustc_lexer" }
rustc_lexer = { version = "682.0.0", package = "rustc-ap-rustc_lexer" }
rustc-hash = "1.1.0"
arrayvec = "0.5.1"
once_cell = "1.3.1"