about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-01-03 09:56:44 -0800
committerbors <bors@rust-lang.org>2014-01-03 09:56:44 -0800
commit11ce6b709ace233e473eddb26e3e23c2c4c16cdd (patch)
treefcd5c05d3137f5cb64e9d8ed33a5671d23eaa684 /src/libstd
parenta1cb8dc30c6adc88703763a8703b6a3027598b2d (diff)
parent56ec9c23a4a7c8f92727f3fd4e102c31a44098de (diff)
downloadrust-11ce6b709ace233e473eddb26e3e23c2c4c16cdd.tar.gz
rust-11ce6b709ace233e473eddb26e3e23c2c4c16cdd.zip
auto merge of #11276 : brson/rust/0.9, r=pcwalton
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs2
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"];