From 56753b14444b592cd471dad3936c178b924d401c Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 28 Oct 2019 22:31:57 +0200 Subject: [PATCH] Bump version to 0.16 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 17bd09b..573ca1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "secp256k1" -version = "0.15.5" +version = "0.16.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0" @@ -16,7 +16,7 @@ links = "secp256k1" # Should make docs.rs show all functions, even those behind non-default features [package.metadata.docs.rs] -features = [ "rand", "serde", "recovery", "endomorphism" ] +features = [ "rand", "rand-std", "serde", "recovery", "endomorphism" ] [build-dependencies] cc = ">= 1.0.28, < 1.0.42"