From f272b8345f18d6f28e1436441da06d010f6e9027 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 10 Oct 2016 13:12:12 +0000 Subject: [PATCH] Increase libc to 0.2 Annoyingly, this is a major version bump since we expose libc types in the FFI module --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06de22b40..358a8ec25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "secp256k1" -version = "0.5.6" +version = "0.6.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0" @@ -29,7 +29,7 @@ dev = ["clippy"] arrayvec = "0.3" clippy = {version = "0.0", optional = true} rand = "0.3" -libc = "0.1" +libc = "0.2" rustc-serialize = "0.3" serde = "0.6" serde_json = "0.6"