Upgrade to libc 0.2.4

This commit is contained in:
Nathan Fiedler
2015-12-26 20:02:32 -08:00
parent 0474886c14
commit 0cc8073a48
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.2.0"
version = "0.2.3"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
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.1.8"
libc = "0.2.4"