Skip to content

Commit 636b413

Browse files
bors[bot]kjeremy
andauthored
Merge #6173
6173: Bump rustc_lexer, cfg-if to 1.0 and add new license to check r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
2 parents e6a05e6 + 13bb040 commit 636b413

File tree

4 files changed

+38
-30
lines changed

4 files changed

+38
-30
lines changed

Cargo.lock

+35-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/profile/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111

1212
[dependencies]
1313
once_cell = "1.3.1"
14-
cfg-if = "0.1.10"
14+
cfg-if = "1"
1515
libc = "0.2.73"
1616
backtrace = { version = "0.3.44", optional = true }
1717

crates/syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313
[dependencies]
1414
itertools = "0.9.0"
1515
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" }
1717
rustc-hash = "1.1.0"
1818
arrayvec = "0.5.1"
1919
once_cell = "1.3.1"

xtask/tests/tidy.rs

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ ISC
123123
MIT
124124
MIT / Apache-2.0
125125
MIT OR Apache-2.0
126+
MIT OR Zlib OR Apache-2.0
126127
MIT/Apache-2.0
127128
Unlicense OR MIT
128129
Unlicense/MIT

0 commit comments

Comments
 (0)