diff options
| author | bors <bors@rust-lang.org> | 2014-04-03 19:56:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-03 19:56:45 -0700 |
| commit | 2a2d0dce87d8d2d77a1266a3b255b04651f36fe2 (patch) | |
| tree | 4c0b0f3762f8412c78ea96df5726cb1e312268cf /src/libstd/lib.rs | |
| parent | c2e457686b77a7eec906549b73feba314667235b (diff) | |
| parent | 0875ffcbfff1b8b432ae09dd435466f34e2c61fa (diff) | |
| download | rust-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.rs | 2 |
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"] |
