diff options
| author | bors <bors@rust-lang.org> | 2013-07-08 12:59:21 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-07-08 12:59:21 -0700 |
| commit | f7b293bc75684a368e20567b5987c482dc5f8550 (patch) | |
| tree | 2d9c689e4334c53ad60aa6be030617618f6acad8 /src/libstd | |
| parent | 2a8ae0eb4ae91d8695ea7e95e024f51ec19ef56a (diff) | |
| parent | b0a9d8193f121db8115a1010659ee46f7186b2d5 (diff) | |
| download | rust-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.rs | 2 |
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")]; |
