Bump version to 0.10-pre
This commit is contained in:
parent
6e352d7631
commit
46905c04f5
15 changed files with 18 additions and 22 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue