pkgid -> crate_id

This commit is contained in:
Steven Fackler 2013-12-19 23:13:53 -08:00
parent f00d3e14bc
commit 213adb3432
1 changed files with 1 additions and 1 deletions

2
lib.rs
View File

@ -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;