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

Commit bfb59ad

Browse files
committed
Use crates.io versions
1 parent cdce3f2 commit bfb59ad

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ name = "rls"
2020
test = false
2121
path = "rls/src/main.rs"
2222

23-
[patch.crates-io]
24-
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "ce5cccc32c3897488d2c503fe9d2a9a429a9b0eb" }
25-
racer = { git = "https://github.com/racer-rust/racer", rev = "b1b5e4a3749687c3ecd761d810afdb43f19073ef" }
26-
2723
[dependencies]
2824
rls-analysis = "0.16.12"
2925
rls-blacklist = "0.1.3"
@@ -45,11 +41,11 @@ lsp-types = "0.55.2"
4541
lazy_static = "1"
4642
log = "0.4"
4743
num_cpus = "1"
48-
racer = { version = "=2.1.19", default-features = false }
44+
racer = { version = "2.1.21", default-features = false }
4945
rand = "0.6"
5046
rayon = "1"
5147
rustc_tools_util = "0.1.1"
52-
rustfmt-nightly = "1.0.3"
48+
rustfmt-nightly = "1.1"
5349
rustc-serialize = "0.3"
5450
serde = "1.0"
5551
serde_json = "1.0"

0 commit comments

Comments
 (0)