about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-12-11 08:16:06 -0800
committerAlex Crichton <alex@alexcrichton.com>2013-12-15 22:17:59 -0800
commitd9ea475feb309e72bec1a2ac95ae9882a17eb068 (patch)
tree76d55e85ab909864c33e847e55e9d456c80c2f6a /src/libstd
parent9eb89a6c6e60b0ed844258b6c00a68973828b0ba (diff)
downloadrust-d9ea475feb309e72bec1a2ac95ae9882a17eb068.tar.gz
rust-d9ea475feb309e72bec1a2ac95ae9882a17eb068.zip
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!
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index e2674006215..3ac91a67d7e 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -43,19 +43,11 @@
 //!
 //!     use std::prelude::*;
 
-#[pkgid="std#0.9-pre"];
-// NOTE: remove after the next snapshot
-#[link(name = "std",
-       package_id = "std",
-       vers = "0.9-pre",
-       uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
-       url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
-
+#[pkgid = "std#0.9-pre"];
 #[comment = "The Rust standard library"];
 #[license = "MIT/ASL2"];
 #[crate_type = "rlib"];
 #[crate_type = "dylib"];
-
 #[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
       html_favicon_url = "http://www.rust-lang.org/favicon.ico",
       html_root_url = "http://static.rust-lang.org/doc/master")];