Merge pull request #425 from matthiasbeyer/update-fs2

Update fs2
This commit is contained in:
Matthias Beyer 2016-05-23 14:44:29 +02:00
commit 1442b370bb
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"] authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies] [dependencies]
fs2 = "0.2.2" fs2 = "0.2"
glob = "0.2.11" glob = "0.2.11"
lazy_static = "0.1.15" lazy_static = "0.1.15"
log = "0.3" log = "0.3"

View file

@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies] [dependencies]
toml = "0.1.25" toml = "0.1.25"
log = "0.3" log = "0.3"
fs2 = "0.2.3" fs2 = "0.2"
[dependencies.libimagstore] [dependencies.libimagstore]
path = "../libimagstore" path = "../libimagstore"