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

Commit 317cff1

Browse files
committed
Auto merge of #1726 - calebcartwright:bump-racer-rustfmt, r=Xanewok
bump racer and rustfmt refs rust-lang/rust#83459 refs rust-lang/rust#83460 r? `@Xanewok`
2 parents 78a36bd + 47b1bb9 commit 317cff1

File tree

2 files changed

+81
-67
lines changed

2 files changed

+81
-67
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.44", default-features = false }
44+
racer = { version = "2.1.45", 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.36" }
48+
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.37" }
4949
serde = "1.0"
5050
serde_json = "1.0"
5151
serde_derive = "1.0"

0 commit comments

Comments
 (0)