summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-25 09:49:29 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-25 09:49:29 -0700
commit1fc982577a5581fb38be9bbc73432bd4d4b20f5c (patch)
treee27489c0e8203d1d9691a6cab51f97cac6c30148 /src
parentb41fbc927ff55525fc4a6c31aea83e49604f84bc (diff)
downloadssh2-rs-1fc982577a5581fb38be9bbc73432bd4d4b20f5c.zip
Update to master again!
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 59a6b96..f92da30 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -128,7 +128,7 @@
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]
-extern crate "libssh2-sys" as raw;
+extern crate libssh2_sys as raw;
extern crate libc;
#[macro_use] extern crate bitflags;