Add dep: semver

This commit is contained in:
Matthias Beyer 2016-03-15 23:11:11 +01:00
parent cf20a23fec
commit 0786094150
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ itertools = "0.4.7"
log = "0.3.4" log = "0.3.4"
regex = "0.1.48" regex = "0.1.48"
toml = "0.1.27" toml = "0.1.27"
semver = "0.2.1"
[dependencies.libimagstore] [dependencies.libimagstore]
path = "../libimagstore" path = "../libimagstore"

View file

@ -3,6 +3,7 @@
extern crate itertools; extern crate itertools;
extern crate regex; extern crate regex;
extern crate toml; extern crate toml;
extern crate semver;
extern crate libimagstore; extern crate libimagstore;
extern crate libimagtag; extern crate libimagtag;