about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-01-15 09:51:46 -0800
committerbors <bors@rust-lang.org>2014-01-15 09:51:46 -0800
commit7cb2aa24293cb1a68eb64bd95329b73446b0960c (patch)
tree57fd7947a3a8c7096bfd6183b79abcd04da7d8a2 /src/libextra
parent7232dbf7685ba386d079993041d7aea32ee05911 (diff)
parent7a37294accc0f5b4e8259de1fe385fbbcdcf1845 (diff)
downloadrust-7cb2aa24293cb1a68eb64bd95329b73446b0960c.tar.gz
rust-7cb2aa24293cb1a68eb64bd95329b73446b0960c.zip
auto merge of #11523 : alexcrichton/rust/stage3, r=brson
This should go back to the old behavior while preserving the snapshot ease.
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs
index fc0cc045175..b3dda5cbc21 100644
--- a/src/libextra/lib.rs
+++ b/src/libextra/lib.rs
@@ -20,7 +20,8 @@ Rust extras are part of the standard Rust distribution.
 
 */
 
-#[crate_id = "extra#0.10-pre"];
+// NOTE: upgrade to 0.10-pre after the next snapshot
+#[crate_id = "extra#0.9"];
 #[comment = "Rust extras"];
 #[license = "MIT/ASL2"];
 #[crate_type = "rlib"];