From 6b98b6ab7d3da00f989062957f862d437ea9e652 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 19 Nov 2017 19:25:01 +0100 Subject: [PATCH] bump version-sync to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f088d7c2..a6bb1a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ term_size = { version = "0.3.0", optional = true } [dev-dependencies] regex = "0.2" lazy_static = "0.2" -version-sync = "0.4" +version-sync = "0.5" [features] default = ["suggestions", "color", "vec_map"]