From 34aadb72d42536ea0f6d745b36864d0ab09883e6 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 19 Dec 2018 15:12:09 -0500 Subject: [PATCH] Fix cc dep as the rust ecosystem is terrible --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e702d5b..5d9d06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ features = [ "rand", "serde" ] all-features = true [build-dependencies] -cc = "1.0" +cc = "=1.0.26" [lib] name = "secp256k1"