Skip to content

Commit

Permalink
Use new Racer from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Jan 16, 2022
1 parent 7f04877 commit 69c3b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2929,8 +2929,9 @@ dependencies = [

[[package]]
name = "racer"
version = "2.1.48"
source = "git+https://github.com/racer-rust/racer?rev=cbca5c66b6607a340c36fcf4d5fd2166ae41e79d#cbca5c66b6607a340c36fcf4d5fd2166ae41e79d"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0b4b5faaf07040474e8af74a9e19ff167d5d204df5db5c5c765edecfb900358"
dependencies = [
"bitflags",
"clap 2.34.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated 2 files
+3 −2 Cargo.lock
+1 −1 Cargo.toml

0 comments on commit 69c3b72

Please sign in to comment.