diff --git a/Cargo.toml b/Cargo.toml index 413dc07..8700aae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,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"