about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-10-12 16:41:25 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-10-12 16:41:32 -0700
commit57b4d10ff652d3beddae64782c882a07822bac3c (patch)
tree3c2ff0e8de07d84d2a3f33692b1cdce54e4418be /src/libstd
parentfe058374a94c511daf63b7d773f3b4c95e368a2a (diff)
downloadrust-57b4d10ff652d3beddae64782c882a07822bac3c.tar.gz
rust-57b4d10ff652d3beddae64782c882a07822bac3c.zip
bump version to 0.5.
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 88ef03aa534..bbffde40948 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -8,7 +8,7 @@ not required in or otherwise suitable for the core library.
 */
 
 #[link(name = "std",
-       vers = "0.4",
+       vers = "0.5",
        uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
@@ -25,7 +25,7 @@ not required in or otherwise suitable for the core library.
 #[allow(deprecated_mode)];
 #[forbid(deprecated_pattern)];
 
-extern mod core(vers = "0.4");
+extern mod core(vers = "0.5");
 use core::*;
 
 // General io and system-services modules