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

@ -34,14 +34,7 @@ via `close` and `delete` methods.
*/
#[pkgid="rustuv#0.9-pre"];
// NOTE: remove after the next snapshot
#[link(name = "rustuv",
package_id = "rustuv",
vers = "0.9-pre",
uuid = "f3719011-0459-9b86-b11c-29265c0d0864",
url = "https://github.com/mozilla/rust/tree/master/src/librustuv")];
#[pkgid = "rustuv#0.9-pre"];
#[license = "MIT/ASL2"];
#[crate_type = "rlib"];
#[crate_type = "dylib"];