Skip to content

Commit 6db911b

Browse files
authored
Bump versions of git2 and libgit2-sys (#496)
1 parent ab1b6b7 commit 6db911b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
2-
32
name = "git2"
4-
version = "0.10.1"
3+
version = "0.10.2"
54
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
65
license = "MIT/Apache-2.0"
76
readme = "README.md"
@@ -21,7 +20,7 @@ url = "2.0"
2120
bitflags = "1.1.0"
2221
libc = "0.2"
2322
log = "0.4.8"
24-
libgit2-sys = { path = "libgit2-sys", version = "0.9.1" }
23+
libgit2-sys = { path = "libgit2-sys", version = "0.9.2" }
2524

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

Diff for: 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.9.1"
3+
version = "0.9.2"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"

0 commit comments

Comments
 (0)