From 5959b6b3cb236ca7f5f432627af029c93a315a77 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 May 2016 13:37:36 +0200 Subject: [PATCH] Update dependency: fs2 0.2.2 -> 0.2.* --- libimagstorestdhook/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index 789fc053..31a1e790 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] toml = "0.1.25" log = "0.3" -fs2 = "0.2.3" +fs2 = "0.2" [dependencies.libimagstore] path = "../libimagstore"