Remove unused dependency: lazy_static
This commit is contained in:
parent
2355de6d2e
commit
87cab6dbb9
2 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ semver = "0.5"
|
|||
toml = "0.4.*"
|
||||
toml-query = "0.2.*"
|
||||
regex = "0.1"
|
||||
lazy_static = "0.2"
|
||||
itertools = "0.5"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
extern crate chrono;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
extern crate semver;
|
||||
extern crate toml;
|
||||
extern crate toml_query;
|
||||
|
|
Loading…
Reference in a new issue