diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-04-04 21:46:37 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-04-09 10:59:32 -0700 |
| commit | 23251b24389c68dd01ac26dbaa30125aa8f64c35 (patch) | |
| tree | 1a603e512512d9fb47e834d6592f16c92709acdc /src/libstd/std.rc | |
| parent | 412a07055c211f2dec4fb87f25b87d2d71fb13de (diff) | |
| download | rust-23251b24389c68dd01ac26dbaa30125aa8f64c35.tar.gz rust-23251b24389c68dd01ac26dbaa30125aa8f64c35.zip | |
Bump version to 0.7-pre
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 4 |
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; |
