Skip to content

Commit a65e7a4

Browse files
committedMay 16, 2024
libgit2-sys: Bump versions
1 parent 2a617b6 commit a65e7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ url = "2.0"
2020
bitflags = "2.1.0"
2121
libc = "0.2"
2222
log = "0.4.8"
23-
libgit2-sys = { path = "libgit2-sys", version = "0.16.2" }
23+
libgit2-sys = { path = "libgit2-sys", version = "0.17.0" }
2424

2525
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
2626
openssl-sys = { version = "0.9.45", 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.16.2+1.7.2"
3+
version = "0.17.0+1.8.0"
44
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
55
links = "git2"
66
build = "build.rs"

0 commit comments

Comments
 (0)
Please sign in to comment.