diff --git a/Cargo.toml b/Cargo.toml index 59a1cc2bd9..7a385f6a41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2" -version = "0.13.23" +version = "0.13.24" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" @@ -20,7 +20,7 @@ url = "2.0" bitflags = "1.1.0" libc = "0.2" log = "0.4.8" -libgit2-sys = { path = "libgit2-sys", version = "0.12.24" } +libgit2-sys = { path = "libgit2-sys", version = "0.12.25" } [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies] openssl-sys = { version = "0.9.0", optional = true } diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index 58e1636d21..bc8889a2ba 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libgit2-sys" -version = "0.12.24+1.3.0" +version = "0.12.25+1.3.0" authors = ["Josh Triplett ", "Alex Crichton "] links = "git2" build = "build.rs"