We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7604ead commit 88ea57aCopy full SHA for 88ea57a
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "git2"
4
-version = "0.7.1"
+version = "0.7.2"
5
authors = ["Alex Crichton <[email protected]>"]
6
license = "MIT/Apache-2.0"
7
readme = "README.md"
@@ -25,7 +25,7 @@ url = "1.0"
25
bitflags = "1.0"
26
libc = "0.2"
27
log = "0.4"
28
-libgit2-sys = { path = "libgit2-sys", version = "0.7.0" }
+libgit2-sys = { path = "libgit2-sys", version = "0.7.4" }
29
30
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
31
openssl-sys = { version = "0.9.0", optional = true }
0 commit comments