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

Commit

Permalink
Auto merge of #1726 - calebcartwright:bump-racer-rustfmt, r=Xanewok
Browse files Browse the repository at this point in the history
bump racer and rustfmt

refs rust-lang/rust#83459
refs rust-lang/rust#83460

r? `@Xanewok`
  • Loading branch information
bors committed Apr 10, 2021
2 parents 78a36bd + 47b1bb9 commit 317cff1
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 67 deletions.
144 changes: 79 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ lsp-types = { version = "0.60", features = ["proposed"] }
lazy_static = "1"
log = "0.4"
num_cpus = "1"
racer = { version = "2.1.44", default-features = false }
racer = { version = "2.1.45", default-features = false }
rand = "0.7"
rayon = "1"
rustc_tools_util = "0.2"
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.36" }
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.37" }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 317cff1

Please sign in to comment.