aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-01-18 13:38:32 -0800
committerSteven Fackler <[email protected]>2014-01-18 13:38:32 -0800
commitf6243490d3f600f7eb6e60d5bcd00c24bc1ba2e8 (patch)
treed5edf791619bd044533214e1ff0eecf1b5985b3a
parentAdd a way to print the target binary (diff)
downloadrust-openssl-f6243490d3f600f7eb6e60d5bcd00c24bc1ba2e8.tar.xz
rust-openssl-f6243490d3f600f7eb6e60d5bcd00c24bc1ba2e8.zip
Shorten crate name
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index 8136525c..7a22cc80 100644
--- a/lib.rs
+++ b/lib.rs
@@ -1,5 +1,5 @@
#[feature(struct_variant, macro_rules)];
-#[crate_id="github.com/sfackler/rust-openssl"];
+#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
#[crate_type="lib"];
#[doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")];