From f49c5d710ae49a9cb8ad5eeb00c7d54e72b7ed29 Mon Sep 17 00:00:00 2001 From: Felix Crux Date: Mon, 9 Nov 2015 20:56:01 -0500 Subject: [PATCH] Version 0.5.0 --- CHANGELOG | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 18d8d6a..08e7554 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2015-11-09 - v0.5.0 + * Updated libc dependency version to 0.2. + 2015-09-13 - v0.4.0 * Corrected mutability of some pointers (breaking change). * Future-proofing representation of GExiv2Metadata against upcoming lint. diff --git a/Cargo.toml b/Cargo.toml index 1b1ce7e..341aad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ FFI declarations are provided here; for a usable Rust library, consider the `rexiv2` crate. """ -version = "0.4.0" +version = "0.5.0" authors = ["Felix Crux "] license = "GPL-3.0+" documentation = "https://felixcrux.com/files/doc/gexiv2_sys/" @@ -20,7 +20,7 @@ links = "gexiv2" build = "build.rs" [dependencies] -libc = "0.1" +libc = "0.2" [build-dependencies] pkg-config = "0.3"