about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
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 9aac8d23055..712490cce24 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.6",
+       vers = "0.7-rc",
        uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
@@ -32,7 +32,7 @@ not required in or otherwise suitable for the core library.
 
 #[no_core];
 
-extern mod core(vers = "0.6");
+extern mod core(vers = "0.7-rc");
 use core::prelude::*;
 
 pub mod uv_ll;