From f6243490d3f600f7eb6e60d5bcd00c24bc1ba2e8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 18 Jan 2014 13:38:32 -0800 Subject: [PATCH] Shorten crate name --- lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")];