26 lines
665 B
Diff
26 lines
665 B
Diff
From ce3e8e83be261ed7cf0a62dc8e66361588329ba2 Mon Sep 17 00:00:00 2001
|
|
From: Cody P Schafer <dev@codyps.com>
|
|
Date: Tue, 26 May 2015 22:06:57 -0400
|
|
Subject: [PATCH 3/3] bump libssh2 to fix build with nightly
|
|
|
|
---
|
|
libgit2-sys/Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml
|
|
index d95d07e..992ea7a 100644
|
|
--- a/libgit2-sys/Cargo.toml
|
|
+++ b/libgit2-sys/Cargo.toml
|
|
@@ -14,7 +14,7 @@ description = "Native bindings to the libgit2 library"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
-libssh2-sys = "0.1.0"
|
|
+libssh2-sys = "0.1.23"
|
|
libc = "0.1"
|
|
openssl-sys = "0.6.0"
|
|
libz-sys = "0.1.0"
|
|
--
|
|
2.4.3
|
|
|