about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-12-21 15:35:15 -0800
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-12-24 18:29:01 -0800
commit329316ce1501e6bd0fb6dc3c82f3c2a0572c4011 (patch)
treeefddffacec13267f2c00d744422d752813fce3fd /src/libstd
parentb6f0f300d572cc8e6a1cc8ab9aad101dcf20efac (diff)
bump 0.5 => 0.6, redirect some URLs in docs.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/std.rc4
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