Rename pkgid to crate_id

Closes #11035
This commit is contained in:
Corey Richardson
2013-12-17 16:40:33 -05:00
parent b6933f8d8b
commit dee1107571
60 changed files with 72 additions and 56 deletions

View File

@@ -43,7 +43,9 @@
//!
//! use std::prelude::*;
// NOTE: remove after snapshot
#[pkgid = "std#0.9-pre"];
#[crate_id = "std#0.9-pre"];
#[comment = "The Rust standard library"];
#[license = "MIT/ASL2"];
#[crate_type = "rlib"];