about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-07-08 12:59:21 -0700
committerbors <bors@rust-lang.org>2013-07-08 12:59:21 -0700
commitf7b293bc75684a368e20567b5987c482dc5f8550 (patch)
tree2d9c689e4334c53ad60aa6be030617618f6acad8 /src/libstd
parent2a8ae0eb4ae91d8695ea7e95e024f51ec19ef56a (diff)
parentb0a9d8193f121db8115a1010659ee46f7186b2d5 (diff)
downloadrust-f7b293bc75684a368e20567b5987c482dc5f8550.tar.gz
rust-f7b293bc75684a368e20567b5987c482dc5f8550.zip
auto merge of #7577 : brson/rust/vers, r=cmr
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index f0f3bcdd4e9..8f86216d240 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.7",
+       vers = "0.8-pre",
        uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];