Skip to content

Commit 724f161

Browse files
committed
Bump rustc crates
1 parent fabe447 commit 724f161

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ tt = { path = "./crates/tt", version = "0.0.0" }
8484
vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
8585
vfs = { path = "./crates/vfs", version = "0.0.0" }
8686

87-
ra-ap-rustc_lexer = { version = "0.75", default-features = false }
88-
ra-ap-rustc_parse_format = { version = "0.75", default-features = false }
89-
ra-ap-rustc_index = { version = "0.75", default-features = false }
90-
ra-ap-rustc_abi = { version = "0.75", default-features = false }
91-
ra-ap-rustc_pattern_analysis = { version = "0.75", default-features = false }
87+
ra-ap-rustc_lexer = { version = "0.76", default-features = false }
88+
ra-ap-rustc_parse_format = { version = "0.76", default-features = false }
89+
ra-ap-rustc_index = { version = "0.76", default-features = false }
90+
ra-ap-rustc_abi = { version = "0.76", default-features = false }
91+
ra-ap-rustc_pattern_analysis = { version = "0.76", default-features = false }
9292

9393
# local crates that aren't published to crates.io. These should not have versions.
9494
test-fixture = { path = "./crates/test-fixture" }

xtask/src/tidy.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ Apache-2.0 WITH LLVM-exception
135135
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
136136
Apache-2.0/MIT
137137
BSD-2-Clause OR Apache-2.0 OR MIT
138-
BSD-3-Clause
139138
CC0-1.0
140139
ISC
141140
MIT

0 commit comments

Comments
 (0)