From 8473b9a16dd7d1d61bd766d8651fdaf7f64ed909 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Sat, 8 Dec 2018 14:14:21 +0900 Subject: [PATCH] Update rustc-ap-syntax + Bump version to 2.1.15 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57b05041..5e497447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "racer" -version = "2.1.14" +version = "2.1.15" license = "MIT" description = "Code completion for Rust" authors = ["Phil Dawes ", "The Racer developers"] @@ -24,7 +24,7 @@ debug = false # because of #1005 [dependencies] bitflags = "1.0" log = "0.4" -rustc-ap-syntax = "297.0.0" +rustc-ap-syntax = "306.0.0" env_logger = "0.6" clap = "2.32" lazy_static = "1.2"