Skip to content

Commit

Permalink
Bump git2-curl to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 22, 2016
1 parent 9554048 commit fb90cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git2-curl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "git2-curl"
version = "0.3.0"
version = "0.4.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/git2-rs"
Expand All @@ -17,7 +17,7 @@ Intended to be used with the git2 crate.
curl = "0.2"
url = "0.5"
log = "0.3"
git2 = { path = "..", version = "0.3" }
git2 = { path = "..", version = "0.4" }

[dev-dependencies]
civet = "0.8"
Expand Down

0 comments on commit fb90cfe

Please sign in to comment.