Register new snapshots

Understand 'pkgid' in stage0. As a bonus, the snapshot now contains now metadata
(now that those changes have landed), and the snapshot download is half as large
as it used to be!
This commit is contained in:
Alex Crichton 2013-12-11 08:16:06 -08:00
parent 9eb89a6c6e
commit d9ea475feb
9 changed files with 20 additions and 63 deletions

View file

@ -8,14 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[pkgid="rustdoc#0.9-pre"];
// NOTE: remove after the next snapshot
#[link(name = "rustdoc",
package_id = "rustdoc",
vers = "0.9-pre",
uuid = "8c6e4598-1596-4aa5-a24c-b811914bbbc6",
url = "https://github.com/mozilla/rust/tree/master/src/librustdoc")];
#[pkgid = "rustdoc#0.9-pre"];
#[desc = "rustdoc, the Rust documentation extractor"];
#[license = "MIT/ASL2"];
#[crate_type = "dylib"];