aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gehring <[email protected]>2014-07-06 11:58:41 +0200
committerMichael Gehring <[email protected]>2014-07-06 11:59:07 +0200
commit2b48889466f292791c71839b217b0d2a84f114a9 (patch)
tree2f9ff116249c3768e8a98f6e142532d387bb7e7b
parent--crate-file-name -> --print-file-name (diff)
downloadrust-openssl-2b48889466f292791c71839b217b0d2a84f114a9.tar.xz
rust-openssl-2b48889466f292791c71839b217b0d2a84f114a9.zip
crate_id -> crate_name
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index 840d439c..e5719f58 100644
--- a/lib.rs
+++ b/lib.rs
@@ -1,5 +1,5 @@
#![feature(struct_variant, macro_rules)]
-#![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"]
+#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]