From 7a37294accc0f5b4e8259de1fe385fbbcdcf1845 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 13 Jan 2014 17:29:50 -0800 Subject: Add a configure to disable libstd version injection We'll use this when building snapshots so we can upgrade freely, but all compilers will inject a version by default. --- src/libextra/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libextra') 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"]; -- cgit 1.4.1-3-g733a5