From 40ca99b2d6bc6d4046d2b74438dc9ea769d28c5b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 29 Apr 2015 09:52:15 -0700 Subject: Update libssh2 to 1.5.0 --- libssh2-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh2-sys/build.rs') diff --git a/libssh2-sys/build.rs b/libssh2-sys/build.rs index 9594eda..50338de 100644 --- a/libssh2-sys/build.rs +++ b/libssh2-sys/build.rs @@ -57,7 +57,7 @@ fn main() { let _ = fs::remove_dir_all(&dst.join("build")); t!(fs::create_dir(&dst.join("build"))); - let root = src.join("libssh2-1.4.4-20140901"); + let root = src.join("libssh2-1.5.0"); // Can't run ./configure directly on msys2 b/c we're handing in // Windows-style paths (those starting with C:\), but it chokes on those. // For that reason we build up a shell script with paths converted to -- cgit v1.2.3