Bump rls-analysis version

This commit is contained in:
Igor Matuszewski 2022-01-25 11:10:41 +01:00
parent f37425e33c
commit e9bdababa0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1741,7 +1741,7 @@ dependencies = [
[[package]]
name = "rls-analysis"
version = "0.18.2"
version = "0.18.3"
dependencies = [
"derive-new",
"fst",

View File

@ -1,6 +1,6 @@
[package]
name = "rls-analysis"
version = "0.18.2"
version = "0.18.3"
edition = "2018"
authors = ["Nick Cameron <ncameron@mozilla.com>"]
description = "Library for processing rustc's save-analysis data for the RLS"