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

Commit e6e3694

Browse files
committed
Update rls-analysis
1 parent c4fba98 commit e6e3694

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rls"
3-
version = "1.31.6"
3+
version = "1.31.7"
44
edition = "2018"
55
authors = ["Nick Cameron <[email protected]>", "The RLS developers"]
66
description = "Rust Language Server - provides information about Rust programs to IDEs and other tools"
@@ -25,7 +25,7 @@ num_cpus = "1"
2525
racer = { version = "=2.1.13", default-features = false }
2626
rand = "0.5.5"
2727
rayon = "1"
28-
rls-analysis = "0.16.8"
28+
rls-analysis = "=0.16.10-stable"
2929
rls-blacklist = "0.1.2"
3030
rls-data = { version = "0.18.1", features = ["serialize-serde", "serialize-rustc"] }
3131
rls-rustc = "0.5.0"

0 commit comments

Comments
 (0)