aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-12-19 23:13:53 -0800
committerSteven Fackler <[email protected]>2013-12-19 23:13:53 -0800
commit213adb34328f9e0e4a195053fe4a6766bee77eb1 (patch)
tree8ea18559cb6d131ceb2babfa8ea739f25dbf4656
parentFix doc root (diff)
downloadrust-openssl-213adb34328f9e0e4a195053fe4a6766bee77eb1.tar.xz
rust-openssl-213adb34328f9e0e4a195053fe4a6766bee77eb1.zip
pkgid -> crate_id
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index ff759ec8..6f0d3e5a 100644
--- a/lib.rs
+++ b/lib.rs
@@ -1,5 +1,5 @@
#[feature(struct_variant, macro_rules)];
-#[pkgid="github.com/sfackler/rust-ssl"];
+#[crate_id="github.com/sfackler/rust-ssl"];
#[doc(html_root_url="http://sfackler.github.io/rust-ssl/doc/")];
use std::cast;