Skip to content

Commit 88ea57a

Browse files
committed
Bump to 0.7.2
1 parent 7604ead commit 88ea57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "git2"
4-
version = "0.7.1"
4+
version = "0.7.2"
55
authors = ["Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"
@@ -25,7 +25,7 @@ url = "1.0"
2525
bitflags = "1.0"
2626
libc = "0.2"
2727
log = "0.4"
28-
libgit2-sys = { path = "libgit2-sys", version = "0.7.0" }
28+
libgit2-sys = { path = "libgit2-sys", version = "0.7.4" }
2929

3030
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
3131
openssl-sys = { version = "0.9.0", optional = true }

0 commit comments

Comments
 (0)