We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d703dd9 commit fd365e5Copy full SHA for fd365e5
Cargo.toml
@@ -20,7 +20,7 @@ url = "2.0"
20
bitflags = "1.1.0"
21
libc = "0.2"
22
log = "0.4.8"
23
-libgit2-sys = { path = "libgit2-sys", version = "0.13.1" }
+libgit2-sys = { path = "libgit2-sys", version = "0.13.2" }
24
25
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
26
openssl-sys = { version = "0.9.0", optional = true }
libgit2-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libgit2-sys"
3
-version = "0.13.1+1.4.2"
+version = "0.13.2+1.4.2"
4
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
5
links = "git2"
6
build = "build.rs"
0 commit comments