Skip to content

Commit

Permalink
Bump libgit2-sys to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 13, 2018
1 parent 76f4b74 commit 89c63b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libgit2-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libgit2-sys"
version = "0.7.7"
version = "0.7.8"
authors = ["Alex Crichton <[email protected]>"]
links = "git2"
build = "build.rs"
Expand All @@ -16,14 +16,14 @@ name = "libgit2_sys"
path = "lib.rs"

[dependencies]
curl-sys = { version = "0.4.6", optional = true }
curl-sys = { version = "0.4.10", optional = true }
libc = "0.2"
libssh2-sys = { version = "0.2.8", optional = true }
libz-sys = "1.0.18"
libssh2-sys = { version = "0.2.11", optional = true }
libz-sys = "1.0.22"

[build-dependencies]
pkg-config = "0.3"
cc = "1.0"
cc = "1.0.25"

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

0 comments on commit 89c63b8

Please sign in to comment.