Add missing dependency: is-match
Was introduced in
4472449696
as replacement for the libimagutil is_match! macro.
This commit is contained in:
parent
6625be34aa
commit
fc5372d3f9
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ log = "0.3"
|
|||
semver = "0.5"
|
||||
url = "1.2"
|
||||
regex = "0.1"
|
||||
is-match = "0.1"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
)]
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate is_match;
|
||||
extern crate semver;
|
||||
extern crate url;
|
||||
extern crate regex;
|
||||
|
|
Loading…
Reference in a new issue