Skip to content

Commit

Permalink
Merge pull request #1008 from kngwyu/heads/v2.1.5
Browse files Browse the repository at this point in the history
Update rustc-ap-syntax + Bump version to 2.1.15
  • Loading branch information
kngwyu authored Dec 8, 2018
2 parents eca9dce + 8473b9a commit 4a3b560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "The Racer developers"]
Expand All @@ -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"
Expand Down

0 comments on commit 4a3b560

Please sign in to comment.