From 5cfafe4dcd40c33fecaab990dee20737f697514b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 13 Nov 2017 18:57:47 +0100 Subject: [PATCH] bump version-sync to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 085615d7a4a..ecdb2fa61e6 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.3" +version-sync = "0.4" [features] default = ["suggestions", "color", "vec_map"]