Bump version to 0.7-pre
This commit is contained in:
parent
412a07055c
commit
23251b2438
16 changed files with 46 additions and 46 deletions
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
#[link(name = "syntax",
|
||||
vers = "0.6",
|
||||
vers = "0.7-rc",
|
||||
uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
|
||||
|
||||
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
|
||||
#[no_core];
|
||||
|
||||
extern mod core(vers = "0.6");
|
||||
extern mod std(vers = "0.6");
|
||||
extern mod core(vers = "0.7-rc");
|
||||
extern mod std(vers = "0.7-rc");
|
||||
|
||||
use core::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue