From e081a98005f005dcdf790a3ffa5653b3f10a6a40 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Thu, 1 Aug 2019 12:46:16 -0400 Subject: [PATCH 1/3] Propagating std to rand dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a960c62..a9c09d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ path = "src/lib.rs" unstable = [] default = ["std"] fuzztarget = [] -std = [] +std = ["rand/std"] recovery = [] endomorphism = [] From 9fd088c21d4ee619f100837ecdf46b5101a884bb Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Thu, 1 Aug 2019 13:00:04 -0400 Subject: [PATCH 2/3] Removed the fuzztarget feature from the docs --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9c09d0..eb2fc78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ links = "secp256k1" # Should make docs.rs show all functions, even those behind non-default features [package.metadata.docs.rs] features = [ "rand", "serde", "recovery", "endomorphism" ] -all-features = true [build-dependencies] cc = ">= 1.0.28" From d820988d8b5b3731b88ae2431e2a0b2b104400f9 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Thu, 1 Aug 2019 13:00:22 -0400 Subject: [PATCH 3/3] Bump version to 0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb2fc78..e0090ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "secp256k1" -version = "0.15.0" +version = "0.15.1" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"