Skip to content

Commit c2a2613

Browse files
authoredAug 17, 2020
Use cc 1.0.43 or later (#608)
cc-1.0.42 should not be used as minimal dependency verison, because it could hang on some environment during the build.
1 parent 97a8554 commit c2a2613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libgit2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libz-sys = "1.0.22"
2323

2424
[build-dependencies]
2525
pkg-config = "0.3.7"
26-
cc = { version = "1.0.42", features = ['parallel'] }
26+
cc = { version = "1.0.43", features = ['parallel'] }
2727

2828
[target.'cfg(unix)'.dependencies]
2929
openssl-sys = { version = "0.9", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.