diff options
| author | Steven Fackler <[email protected]> | 2013-12-19 23:13:53 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-12-19 23:13:53 -0800 |
| commit | 213adb34328f9e0e4a195053fe4a6766bee77eb1 (patch) | |
| tree | 8ea18559cb6d131ceb2babfa8ea739f25dbf4656 | |
| parent | Fix doc root (diff) | |
| download | rust-openssl-213adb34328f9e0e4a195053fe4a6766bee77eb1.tar.xz rust-openssl-213adb34328f9e0e4a195053fe4a6766bee77eb1.zip | |
pkgid -> crate_id
| -rw-r--r-- | lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |