diff options
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 442c7f3f856..fa0d3f7fc2a 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -43,7 +43,7 @@ //! //! use std::prelude::*; -#[crate_id = "std#0.9-pre"]; +#[crate_id = "std#0.9"]; #[comment = "The Rust standard library"]; #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; |
