Skip to content

Commit 2f74495

Browse files
author
Aleksei Sidorov
committed
Set allowed versions range for the cc dependency
1 parent 1e303e5 commit 2f74495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ features = [ "rand", "serde" ]
1919
all-features = true
2020

2121
[build-dependencies]
22-
cc = "1.0"
22+
cc = ">= 1.0.28, <= 1.0.35"
2323

2424
[lib]
2525
name = "secp256k1"

0 commit comments

Comments
 (0)