Skip to content

Commit fa64817

Browse files
committed
Bump perf-event and rustc_lexer
1 parent a94c564 commit fa64817

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

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

crates/ra_syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "669.0.0", package = "rustc-ap-rustc_lexer" }
16+
rustc_lexer = { version = "671.0.0", package = "rustc-ap-rustc_lexer" }
1717
rustc-hash = "1.1.0"
1818
arrayvec = "0.5.1"
1919
once_cell = "1.3.1"

crates/rust-analyzer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env_logger = { version = "0.7.1", default-features = false }
2020
itertools = "0.9.0"
2121
jod-thread = "0.1.0"
2222
log = "0.4.8"
23-
lsp-types = { version = "0.78.0", features = ["proposed"] }
23+
lsp-types = { version = "0.79.0", features = ["proposed"] }
2424
parking_lot = "0.11.0"
2525
pico-args = "0.3.1"
2626
oorandom = "11.1.2"
@@ -42,7 +42,7 @@ ra_syntax = { path = "../ra_syntax" }
4242
ra_text_edit = { path = "../ra_text_edit" }
4343
vfs = { path = "../vfs" }
4444
vfs-notify = { path = "../vfs-notify" }
45-
ra_cfg = { path = "../ra_cfg"}
45+
ra_cfg = { path = "../ra_cfg" }
4646
ra_toolchain = { path = "../ra_toolchain" }
4747

4848
# This should only be used in CLI

0 commit comments

Comments
 (0)