Skip to content

Commit

Permalink
Use cc 1.0.43 or later (#608)
Browse files Browse the repository at this point in the history
cc-1.0.42 should not be used as minimal dependency verison, because it
could hang on some environment during the build.
  • Loading branch information
lo48576 committed Aug 17, 2020
1 parent 97a8554 commit c2a2613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgit2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libz-sys = "1.0.22"

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

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

0 comments on commit c2a2613

Please sign in to comment.