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

Commit f37425e

Browse files
committed
Use new Racer from crates.io
1 parent fe02db7 commit f37425e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lsp-types = { version = "0.60", features = ["proposed"] }
4343
lazy_static = "1"
4444
log = "0.4"
4545
num_cpus = "1"
46-
racer = { git = "https://github.com/racer-rust/racer", rev = "cbca5c66b6607a340c36fcf4d5fd2166ae41e79d", default-features = false }
46+
racer = { version = "2.2", default-features = false }
4747
rand = "0.8"
4848
rayon = "1"
4949
rustc_tools_util = "0.2"

0 commit comments

Comments
 (0)