Skip to content

Commit 1e303e5

Browse files
author
Aleksei Sidorov
committed
Relax cc dependency requirements.
1 parent 8b49635 commit 1e303e5

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.26"
22+
cc = "1.0"
2323

2424
[lib]
2525
name = "secp256k1"

0 commit comments

Comments
 (0)