diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-12-21 15:35:15 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-12-21 15:35:49 -0800 |
| commit | dbd36111fe36f09500d777746159e73d52fa6a64 (patch) | |
| tree | e7b82eee039fcaf42680a360d9af4ac9fc996fdf /src/libstd/std.rc | |
| parent | 2fd8ebd03a9195bf7e2e3a811ec1dc0f1f2654db (diff) | |
| download | rust-dbd36111fe36f09500d777746159e73d52fa6a64.tar.gz rust-dbd36111fe36f09500d777746159e73d52fa6a64.zip | |
bump 0.5 => 0.6, redirect some URLs in docs.
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index eb3a7410828..f3781c38676 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -18,7 +18,7 @@ not required in or otherwise suitable for the core library. */ #[link(name = "std", - vers = "0.5", + vers = "0.6", uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297", url = "https://github.com/mozilla/rust/tree/master/src/libstd")]; @@ -35,7 +35,7 @@ not required in or otherwise suitable for the core library. #[allow(deprecated_mode)]; #[forbid(deprecated_pattern)]; -extern mod core(vers = "0.5"); +extern mod core(vers = "0.6"); use core::*; // General io and system-services modules |
