about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-03 19:56:45 -0700
committerbors <bors@rust-lang.org>2014-04-03 19:56:45 -0700
commit2a2d0dce87d8d2d77a1266a3b255b04651f36fe2 (patch)
tree4c0b0f3762f8412c78ea96df5726cb1e312268cf /src/libstd/lib.rs
parentc2e457686b77a7eec906549b73feba314667235b (diff)
parent0875ffcbfff1b8b432ae09dd435466f34e2c61fa (diff)
downloadrust-2a2d0dce87d8d2d77a1266a3b255b04651f36fe2.tar.gz
rust-2a2d0dce87d8d2d77a1266a3b255b04651f36fe2.zip
auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton
This also changes some of the download links in the documentation
to 'nightly'.
Diffstat (limited to 'src/libstd/lib.rs')
-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 b6e3e56835f..5177bc08890 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -43,7 +43,7 @@
 //!
 //!     use std::prelude::*;
 
-#![crate_id = "std#0.10"]
+#![crate_id = "std#0.11-pre"]
 #![comment = "The Rust standard library"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]