about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-01-20 19:42:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-01-20 19:45:38 -0800
commitcb12de14c92526930aa9c55e660fe2f7350fb56a (patch)
tree3fb355d2eb9038d49516ca4c03a24080d52b66da /src/libstd
parent94236fc078474a48fe516394b472027d6b7f66d4 (diff)
downloadrust-cb12de14c92526930aa9c55e660fe2f7350fb56a.tar.gz
rust-cb12de14c92526930aa9c55e660fe2f7350fb56a.zip
Register new snapshots
Upgrade the version to 0.10-pre
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index b99de70ea07..f4f83892a9c 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -43,8 +43,7 @@
 //!
 //!     use std::prelude::*;
 
-// NOTE: Upgrade to 0.10-pre after snapshot
-#[crate_id = "std#0.9"];
+#[crate_id = "std#0.10-pre"];
 #[comment = "The Rust standard library"];
 #[license = "MIT/ASL2"];
 #[crate_type = "rlib"];