Skip to content

Commit

Permalink
Bump git2 to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 20, 2016
1 parent 103d34d commit 9ce2615
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.3.3"
version = "0.3.4"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ repositories.
url = "0.2"
bitflags = "0.1"
libc = "0.2"
libgit2-sys = { path = "libgit2-sys", version = "0.3.3" }
libgit2-sys = { path = "libgit2-sys", version = "0.3.8" }

[dev-dependencies]
docopt = "0.6"
Expand Down

0 comments on commit 9ce2615

Please sign in to comment.