Remove unneeded dependency
This commit is contained in:
parent
01fb556204
commit
e9cec1505b
2 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ log = "0.3"
|
|||
semver = "0.5"
|
||||
url = "1.2"
|
||||
regex = "0.1"
|
||||
is-match = "0.1"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
)]
|
||||
|
||||
#[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