From c13183bc537094d4f7948ad12ee4a07541974e24 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Tue, 16 Jul 2019 16:46:28 -0400 Subject: [PATCH] Relax cc requirements more --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5227bce..573729d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ features = [ "rand", "serde", "recovery", "endomorphism" ] all-features = true [build-dependencies] -cc = ">= 1.0.28, <= 1.0.35" +cc = ">= 1.0.28" [lib] name = "secp256k1"