Skip to content

Commit cf6f95d

Browse files
authored
Merge pull request #131 from elichai/cc
Relax cc requirements more
2 parents 789730e + c13183b commit cf6f95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ features = [ "rand", "serde", "recovery", "endomorphism" ]
2020
all-features = true
2121

2222
[build-dependencies]
23-
cc = ">= 1.0.28, <= 1.0.35"
23+
cc = ">= 1.0.28"
2424

2525
[lib]
2626
name = "secp256k1"

0 commit comments

Comments
 (0)