Bump version to 0.7-pre
This commit is contained in:
parent
412a07055c
commit
23251b2438
16 changed files with 46 additions and 46 deletions
|
|
@ -11,7 +11,7 @@
|
|||
// rustpkg - a purely function package manager and build system
|
||||
|
||||
#[link(name = "rustpkg",
|
||||
vers = "0.6",
|
||||
vers = "0.7-rc",
|
||||
uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];
|
||||
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
#[allow(vecs_implicitly_copyable,
|
||||
non_implicitly_copyable_typarams)];
|
||||
|
||||
extern mod core(vers = "0.6");
|
||||
extern mod std(vers = "0.6");
|
||||
extern mod rustc(vers = "0.6");
|
||||
extern mod syntax(vers = "0.6");
|
||||
extern mod core(vers = "0.7-rc");
|
||||
extern mod std(vers = "0.7-rc");
|
||||
extern mod rustc(vers = "0.7-rc");
|
||||
extern mod syntax(vers = "0.7-rc");
|
||||
|
||||
use core::*;
|
||||
use core::container::Map;
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ fn add_pkg_module(ctx: @mut ReadyCtx, m: ast::_mod) -> ast::_mod {
|
|||
let ext_cx = ctx.ext_cx;
|
||||
let item = quote_item! (
|
||||
mod __pkg {
|
||||
extern mod rustpkg (vers="0.6");
|
||||
extern mod rustpkg (vers="0.7-rc");
|
||||
static listeners : &[rustpkg::Listener] = $listeners;
|
||||
#[main]
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue