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

@@ -13,7 +13,9 @@
* macros.
*/
// NOTE: remove pkgid after snapshot
#[pkgid = "syntax#0.9-pre"];
#[crate_id = "syntax#0.9-pre"];
#[license = "MIT/ASL2"];
#[crate_type = "dylib"];
#[crate_type = "rlib"];