From 0c3c8888a7606d1bf2b1905bc2db4a8bae6dbd43 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Wed, 10 Feb 2016 20:42:26 -0800 Subject: [PATCH] Update the cargo manifest for latest release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8151a66..49f1a78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.3.1" +version = "0.3.2" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust" @@ -11,4 +11,4 @@ keywords = ["magickwand", "imagemagick"] build = "build.rs" [dependencies] -libc = "0.2.4" +libc = "0.2.7"