about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-27 13:51:07 -0700
committerbors <bors@rust-lang.org>2013-09-27 13:51:07 -0700
commit67394f20eb0176828bc65f5caf6f4044994d9fb0 (patch)
treea145e1f4b222c239b2fc5548bd93aad950eb731e /src/libstd/std.rs
parente699d914cd869ff51eaab37d0ace5e5b077e3355 (diff)
parent99c1fb8c661134e80df9e87e6c8fd5b4258293e9 (diff)
downloadrust-67394f20eb0176828bc65f5caf6f4044994d9fb0.tar.gz
rust-67394f20eb0176828bc65f5caf6f4044994d9fb0.zip
auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index 39f71d78ff6..b5e6a50e0f0 100644
--- a/src/libstd/std.rs
+++ b/src/libstd/std.rs
@@ -49,7 +49,7 @@ they contained the following prologue:
 
 
 #[link(name = "std",
-       vers = "0.8",
+       vers = "0.9-pre",
        uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
@@ -67,7 +67,7 @@ they contained the following prologue:
 #[deny(missing_doc)];
 
 // Make extra accessible for benchmarking
-#[cfg(test)] extern mod extra(vers="0.8");
+#[cfg(test)] extern mod extra(vers="0.9-pre");
 
 // Make std testable by not duplicating lang items. See #2912
 #[cfg(test)] extern mod realstd(name = "std");