Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1602cf5

Browse files
committed
Auto merge of #1717 - calebcartwright:bump-racer-rustfmt, r=Xanewok
deps: bump racer and rustfmt Refs rust-lang/rust#81582 and rust-lang/rust#81583 r? `@Xanewok`
2 parents 581415c + 0e9cdde commit 1602cf5

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ lsp-types = { version = "0.60", features = ["proposed"] }
4141
lazy_static = "1"
4242
log = "0.4"
4343
num_cpus = "1"
44-
racer = { version = "2.1.42", default-features = false }
44+
racer = { version = "2.1.43", default-features = false }
4545
rand = "0.7"
4646
rayon = "1"
4747
rustc_tools_util = "0.2"
48-
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.31" }
48+
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.35" }
4949
serde = "1.0"
5050
serde_json = "1.0"
5151
serde_derive = "1.0"

0 commit comments

Comments
 (0)