Skip to content

Commit 07ef3a1

Browse files
committed
Pin version of build dependency cc to <1.0.42
Version 1.0.42 broke compatibility with rustc 1.22.0.
1 parent 4e69dcc commit 07ef3a1

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
@@ -19,7 +19,7 @@ links = "secp256k1"
1919
features = [ "rand", "serde", "recovery", "endomorphism" ]
2020

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

2424
[lib]
2525
name = "secp256k1"

0 commit comments

Comments
 (0)