From f4fbbb688d11edf313c4ffa2d4827bb9a1242806 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 18 Jan 2016 22:25:40 +0100 Subject: [PATCH] Add dep: regex --- libimagstore/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index 4186bf70..ec7de64b 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -5,8 +5,9 @@ authors = ["Matthias Beyer "] [dependencies] fs2 = "0.2.2" -toml = "0.1.25" +regex = "0.1.47" semver = "0.2" +toml = "0.1.25" [dev-dependencies] tempdir = "0.3.4"