]> git.proxmox.com Git - cargo.git/commitdiff
Update git2
authorAlex Crichton <alex@alexcrichton.com>
Fri, 29 Aug 2014 19:02:28 +0000 (12:02 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 29 Aug 2014 19:02:28 +0000 (12:02 -0700)
This updates git2-rs to not use pkg-config on windows.

Closes #472

Cargo.lock

index a59e7c5b1cc95eee6fe61a36fa485d3e9d744118..5f296b4f1c58aeec462e4dd4ca6aaf55a1018d92 100644 (file)
@@ -5,7 +5,7 @@ dependencies = [
  "docopt 0.6.0 (git+https://github.com/burntsushi/docopt.rs#e20dceb065949fe563781daa205626820717359b)",
  "docopt_macros 0.6.0 (git+https://github.com/burntsushi/docopt.rs#e20dceb065949fe563781daa205626820717359b)",
  "flate2 0.0.1 (git+https://github.com/alexcrichton/flate2-rs#12593d1b9ccf09c2eabac176a6e233b171eed843)",
- "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs#dd828696c23c01c97f5ca50c4e36c08856a8dfce)",
+ "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs#f2b79dd951e92171b151100d69c32c0bf137a328)",
  "glob 0.0.1 (git+https://github.com/rust-lang/glob#c4495d9f2f2a1b22173b860f907760ba8c419843)",
  "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git#f0fd1546b0a7a278a12658ab8602b5c827cc3a42)",
  "semver 0.0.1 (git+https://github.com/rust-lang/semver#c78b40d7fdf8acd99b503e6ce394fbcf9eb8982f)",
@@ -40,9 +40,9 @@ source = "git+https://github.com/alexcrichton/flate2-rs#12593d1b9ccf09c2eabac176
 [[package]]
 name = "git2"
 version = "0.0.1"
-source = "git+https://github.com/alexcrichton/git2-rs#dd828696c23c01c97f5ca50c4e36c08856a8dfce"
+source = "git+https://github.com/alexcrichton/git2-rs#f2b79dd951e92171b151100d69c32c0bf137a328"
 dependencies = [
- "libgit2 0.0.1 (git+https://github.com/alexcrichton/git2-rs#dd828696c23c01c97f5ca50c4e36c08856a8dfce)",
+ "libgit2 0.0.1 (git+https://github.com/alexcrichton/git2-rs#f2b79dd951e92171b151100d69c32c0bf137a328)",
 ]
 
 [[package]]
@@ -58,7 +58,7 @@ source = "git+https://github.com/carllerche/hamcrest-rust.git#f0fd1546b0a7a278a1
 [[package]]
 name = "libgit2"
 version = "0.0.1"
-source = "git+https://github.com/alexcrichton/git2-rs#dd828696c23c01c97f5ca50c4e36c08856a8dfce"
+source = "git+https://github.com/alexcrichton/git2-rs#f2b79dd951e92171b151100d69c32c0bf137a328"
 dependencies = [
  "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config#e378605ce4099008b1dab8f39619d91dc8887946)",
  "openssl-static-sys 0.0.1 (git+git://github.com/alexcrichton/openssl-static-sys#b8f2500c39932e9d022dcc2590493ab0cc144e2a)",