Bump version to 0.10-pre

This commit is contained in:
Brian Anderson 2014-01-09 22:47:26 -08:00
parent 6e352d7631
commit 46905c04f5
15 changed files with 18 additions and 22 deletions

View file

@ -1,7 +1,7 @@
-include ../tools.mk
all:
[ `$(RUSTC) --crate-id crate.rs` = "foo#0.9" ]
[ `$(RUSTC) --crate-id crate.rs` = "foo#0.10-pre" ]
[ `$(RUSTC) --crate-name crate.rs` = "foo" ]
[ `$(RUSTC) --crate-file-name crate.rs` = "foo" ]
[ `$(RUSTC) --crate-file-name --lib --test crate.rs` = "foo" ]

View file

@ -1,4 +1,4 @@
#[crate_id = "foo#0.9"];
#[crate_id = "foo#0.10-pre"];
// Querying about the crate metadata should *not* parse the entire crate, it
// only needs the crate attributes (which are guaranteed to be at the top) be