Skip to content

Commit b037736

Browse files
committed
Bump to 0.7.3
1 parent a3f1a4d commit b037736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2"
4+
version = "0.7.3"
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.4" }
28+
libgit2-sys = { path = "libgit2-sys", version = "0.7.6" }
2929

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

libgit2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libgit2-sys"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"

0 commit comments

Comments
 (0)