about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-06-30 16:36:48 -0700
committerBrian Anderson <banderson@mozilla.com>2013-06-30 16:36:48 -0700
commita766a955a92dd162ebbcaef9ae0b9469ce1a326a (patch)
tree1f8b43abebdeaf2b5dc764c9b77fd00e2772e1ef /src/libextra
parent9b8c435c8e88a582877b953a1fde5ffd8ac66247 (diff)
downloadrust-a766a955a92dd162ebbcaef9ae0b9469ce1a326a.tar.gz
rust-a766a955a92dd162ebbcaef9ae0b9469ce1a326a.zip
Bump version from 0.7-pre to 0.7
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/extra.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libextra/extra.rs b/src/libextra/extra.rs
index dae1487092b..50c57b28d22 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-pre",
+       vers = "0.7",
        uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
        url = "https://github.com/mozilla/rust/tree/master/src/libextra")];