Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 24, 2019
1 parent 9d7d739 commit 198b9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "git2"
version = "0.9.1"
version = "0.9.2"
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -24,7 +24,7 @@ url = "2.0"
bitflags = "1.0"
libc = "0.2"
log = "0.4"
libgit2-sys = { path = "libgit2-sys", version = "0.8.0" }
libgit2-sys = { path = "libgit2-sys", version = "0.8.2" }

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

0 comments on commit 198b9ca

Please sign in to comment.