We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a617b6 commit a65e7a4Copy full SHA for a65e7a4
Cargo.toml
@@ -20,7 +20,7 @@ url = "2.0"
20
bitflags = "2.1.0"
21
libc = "0.2"
22
log = "0.4.8"
23
-libgit2-sys = { path = "libgit2-sys", version = "0.16.2" }
+libgit2-sys = { path = "libgit2-sys", version = "0.17.0" }
24
25
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
26
openssl-sys = { version = "0.9.45", optional = true }
libgit2-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libgit2-sys"
3
-version = "0.16.2+1.7.2"
+version = "0.17.0+1.8.0"
4
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
5
links = "git2"
6
build = "build.rs"
0 commit comments