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

Commit

Permalink
Merge pull request #1434 from Xanewok/bump-analysis
Browse files Browse the repository at this point in the history
Bump `rls-analysis` version to 0.16.13
  • Loading branch information
Xanewok committed Apr 18, 2019
2 parents b778f53 + aba3948 commit ed1caf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rls-analysis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rls-analysis"
version = "0.16.12"
version = "0.16.13"
authors = ["Nick Cameron <ncameron@mozilla.com>"]
description = "Library for processing rustc's save-analysis data for the RLS"
license = "Apache-2.0/MIT"
Expand Down Expand Up @@ -29,4 +29,4 @@ env_logger = "0.5"
[features]
default = ["serialize-rustc"]
serialize-rustc = ["rustc-serialize", "rls-data/serialize-rustc", "rls-span/serialize-rustc"]
serialize-serde = ["serde", "serde_json", "rls-data/serialize-serde", "rls-span/serialize-serde"]
serialize-serde = ["serde", "serde_json", "rls-data/serialize-serde", "rls-span/serialize-serde"]

0 comments on commit ed1caf0

Please sign in to comment.