Bump version to 0.4
This commit is contained in:
parent
bb8a510113
commit
65b05a6ce8
@ -129,7 +129,7 @@ LIBSYNTAX_DSYM_GLOB :=$(call CFG_LIB_DSYM_GLOB,syntax)
|
||||
|
||||
# version-string calculation
|
||||
CFG_GIT_DIR := $(CFG_SRC_DIR).git
|
||||
CFG_RELEASE = 0.3.1
|
||||
CFG_RELEASE = 0.4
|
||||
CFG_VERSION = $(CFG_RELEASE)
|
||||
|
||||
ifneq ($(wildcard $(CFG_GIT)),)
|
||||
|
@ -10,7 +10,7 @@
|
||||
// End:
|
||||
|
||||
#[link(name = "cargo",
|
||||
vers = "0.3",
|
||||
vers = "0.4",
|
||||
uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/cargo")];
|
||||
|
||||
@ -21,10 +21,10 @@
|
||||
#[allow(vecs_implicitly_copyable,
|
||||
non_implicitly_copyable_typarams)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use rustc(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
use std(vers = "0.4");
|
||||
use rustc(vers = "0.4");
|
||||
use syntax(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
use std(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
use std(vers = "0.4");
|
||||
use syntax(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#[link(name = "core",
|
||||
vers = "0.3",
|
||||
vers = "0.4",
|
||||
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
export shl, shr, index;
|
||||
|
||||
#[cfg(test)]
|
||||
use coreops(name = "core", vers = "0.3");
|
||||
use coreops(name = "core", vers = "0.4");
|
||||
|
||||
#[cfg(test)]
|
||||
import coreops::ops::{const, copy, send, owned};
|
||||
@ -96,7 +96,7 @@ mod core {
|
||||
// Similar to above. Some magic to make core testable.
|
||||
#[cfg(test)]
|
||||
mod std {
|
||||
use std(vers = "0.3");
|
||||
use std(vers = "0.4");
|
||||
import std::test;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#[link(name = "std",
|
||||
vers = "0.3",
|
||||
vers = "0.4",
|
||||
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
import core::*;
|
||||
|
||||
export net, net_tcp, net_ip, net_url;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#[link(name = "syntax",
|
||||
vers = "0.3",
|
||||
vers = "0.4",
|
||||
uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
|
||||
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
use std(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
#[no_core];
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use rustc(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
use std(vers = "0.4");
|
||||
use rustc(vers = "0.4");
|
||||
use syntax(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
// -*- rust -*-
|
||||
|
||||
#[link(name = "rustc",
|
||||
vers = "0.3",
|
||||
vers = "0.4",
|
||||
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
|
||||
|
||||
@ -14,9 +14,9 @@
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
// #[warn(deprecated_pattern)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
use std(vers = "0.4");
|
||||
use syntax(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
//! Rustdoc - The Rust documentation generator
|
||||
|
||||
#[link(name = "rustdoc",
|
||||
vers = "0.3",
|
||||
vers = "0.4",
|
||||
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];
|
||||
|
||||
@ -14,10 +14,10 @@
|
||||
#[allow(vecs_implicitly_copyable,
|
||||
non_implicitly_copyable_typarams)];
|
||||
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use rustc(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
use core(vers = "0.4");
|
||||
use std(vers = "0.4");
|
||||
use rustc(vers = "0.4");
|
||||
use syntax(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
import std::par;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#[no_core];
|
||||
use core;
|
||||
use zed(name = "core");
|
||||
use bar(name = "core", vers = "0.3");
|
||||
use bar(name = "core", vers = "0.4");
|
||||
|
||||
|
||||
import core::str;
|
||||
|
Loading…
Reference in New Issue
Block a user