diff options
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 3 |
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"]; |
