Add dep: semver
This commit is contained in:
parent
cf20a23fec
commit
0786094150
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue