From 64d2927e430cd905d77e1a05bb565dbeaf63ea7a Mon Sep 17 00:00:00 2001 From: David Wang Date: Sun, 23 Jul 2017 07:32:36 +1000 Subject: [PATCH] Version bump: 0.1.6. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87ed4a7..deedf02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flic" -version = "0.1.5" +version = "0.1.6" authors = ["David Wang "] homepage = "https://github.com/wangds/libflic.git" repository = "https://github.com/wangds/libflic.git" @@ -19,7 +19,7 @@ doctest = true doc = true [dependencies] -byteorder = "1.0" +byteorder = "1.1" libc = "0.2" quick-error = "1.2"