about summary refs log tree commit diff
path: root/src/libcore/core.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/core.rc')
-rw-r--r--src/libcore/core.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index f7c64e3f374..ed5a255bdb8 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -48,7 +48,7 @@ they contained the following prologue:
 
 
 #[link(name = "core",
-       vers = "0.6",
+       vers = "0.7-rc",
        uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
        url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
 
@@ -66,7 +66,7 @@ they contained the following prologue:
 #[allow(deprecated_drop)];
 
 // Make core testable by not duplicating lang items. See #2912
-#[cfg(test)] extern mod realcore(name = "core", vers = "0.6");
+#[cfg(test)] extern mod realcore(name = "core", vers = "0.7-rc");
 #[cfg(test)] pub use kinds = realcore::kinds;
 #[cfg(test)] pub use ops = realcore::ops;
 #[cfg(test)] pub use cmp = realcore::cmp;