diff --git a/Cargo.toml b/Cargo.toml index 2ed4374..7d46b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ links = "secp256k1" features = [ "rand", "serde", "recovery", "endomorphism" ] [build-dependencies] -cc = ">= 1.0.28" +cc = ">= 1.0.28, < 1.0.42" [lib] name = "secp256k1"