diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-07-08 10:25:45 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-07-08 10:25:45 -0700 |
| commit | b0a9d8193f121db8115a1010659ee46f7186b2d5 (patch) | |
| tree | a075a27cef014d5922e89eefee8c4ca075d46a30 /src/libextra | |
| parent | ed69ef0b6625efa652864eda2d5469eb92dcb682 (diff) | |
| download | rust-b0a9d8193f121db8115a1010659ee46f7186b2d5.tar.gz rust-b0a9d8193f121db8115a1010659ee46f7186b2d5.zip | |
Bump version numbers to 0.8-pre
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/extra.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libextra/extra.rs b/src/libextra/extra.rs index c2d4167074d..7bec1d600b4 100644 --- a/src/libextra/extra.rs +++ b/src/libextra/extra.rs @@ -21,7 +21,7 @@ Rust extras are part of the standard Rust distribution. */ #[link(name = "extra", - vers = "0.7", + vers = "0.8-pre", uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297", url = "https://github.com/mozilla/rust/tree/master/src/libextra")]; |
