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

Commit fe62a7c

Browse files
committed
Use upstream Rustfmt 0.99.4
Also bump Racer to use single version of rustc-ap-* libs (v370)
1 parent 3dc4592 commit fe62a7c

File tree

2 files changed

+54
-52
lines changed

2 files changed

+54
-52
lines changed

Cargo.lock

Lines changed: 52 additions & 47 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ categories = ["development-tools"]
1212

1313
build = "build.rs"
1414

15-
[patch.crates-io]
16-
rustfmt-nightly = { git = "https://github.com/Xanewok/rustfmt", branch = "file-lines-ser-json" }
17-
1815
[dependencies]
1916
cargo = { git = "https://github.com/rust-lang/cargo", rev = "6a7672ef5344c1bb570610f2574250fbee932355" }
2017
cargo_metadata = "0.6"
@@ -27,15 +24,15 @@ languageserver-types = "0.45"
2724
lazy_static = "1"
2825
log = "0.4"
2926
num_cpus = "1"
30-
racer = { version = "2.1.4", default-features = false }
27+
racer = { version = "2.1.5", default-features = false }
3128
rayon = "1"
3229
rls-analysis = "0.16"
3330
rls-blacklist = "0.1.2"
3431
rls-data = { version = "0.18", features = ["serialize-serde"] }
3532
rls-rustc = "0.5.0"
3633
rls-span = { version = "0.4", features = ["serialize-serde"] }
3734
rls-vfs = "0.4.6"
38-
rustfmt-nightly = "0.99.2"
35+
rustfmt-nightly = "0.99.4"
3936
serde = "1.0"
4037
serde_json = "1.0"
4138
serde_derive = "1.0"

0 commit comments

Comments
 (0)