Fix some version numbers.
This commit is contained in:
parent
1ee230e6c1
commit
aa7b3cc929
@ -11,7 +11,7 @@
|
||||
// End:
|
||||
|
||||
#[link(name = "cargo",
|
||||
vers = "0.2",
|
||||
vers = "0.3",
|
||||
uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/cargo")];
|
||||
|
||||
@ -21,10 +21,10 @@
|
||||
|
||||
#[warn(no_non_implicitly_copyable_typarams,no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use std(vers = "0.2");
|
||||
use rustc(vers = "0.2");
|
||||
use syntax(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use rustc(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#[warn(no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use std(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
SetupIconFile=rust-logo.ico
|
||||
AppName=Rust
|
||||
AppVersion={#CFG_VERSION}
|
||||
AppCopyright=Copyright (C) 2006-2011 Mozilla Foundation, MIT license
|
||||
AppCopyright=Copyright (C) 2006-2012 Mozilla Foundation, MIT license
|
||||
AppPublisher=Mozilla Foundation
|
||||
AppPublisherURL=http://www.rust-lang.org
|
||||
VersionInfoVersion={#CFG_VERSION}
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
#[warn(no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use std(vers = "0.2");
|
||||
use syntax(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#[link(name = "core",
|
||||
vers = "0.2",
|
||||
vers = "0.3",
|
||||
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
|
||||
|
||||
|
@ -59,7 +59,7 @@ mod core {
|
||||
// Similar to above. Some magic to make core testable.
|
||||
#[cfg(test)]
|
||||
mod std {
|
||||
use std(vers = "0.2");
|
||||
use std(vers = "0.3");
|
||||
import std::test;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#[link(name = "std",
|
||||
vers = "0.2",
|
||||
vers = "0.3",
|
||||
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
#[warn(no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
import core::*;
|
||||
|
||||
export net, net_tcp, net_ip;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#[link(name = "syntax",
|
||||
vers = "0.2",
|
||||
vers = "0.3",
|
||||
uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
|
||||
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
|
||||
#[warn(no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use std(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
#[no_core];
|
||||
#[warn(no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use std(vers = "0.2");
|
||||
use rustc(vers = "0.2");
|
||||
use syntax(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use rustc(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
// -*- rust -*-
|
||||
|
||||
#[link(name = "rustc",
|
||||
vers = "0.2",
|
||||
vers = "0.3",
|
||||
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
|
||||
|
||||
@ -13,9 +13,9 @@
|
||||
|
||||
#[warn(no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use std(vers = "0.2");
|
||||
use syntax(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
//! Rustdoc - The Rust documentation generator
|
||||
|
||||
#[link(name = "rustdoc",
|
||||
vers = "0.2",
|
||||
vers = "0.3",
|
||||
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
|
||||
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];
|
||||
|
||||
@ -13,10 +13,10 @@
|
||||
|
||||
#[warn(no_vecs_not_implicitly_copyable)];
|
||||
|
||||
use core(vers = "0.2");
|
||||
use std(vers = "0.2");
|
||||
use rustc(vers = "0.2");
|
||||
use syntax(vers = "0.2");
|
||||
use core(vers = "0.3");
|
||||
use std(vers = "0.3");
|
||||
use rustc(vers = "0.3");
|
||||
use syntax(vers = "0.3");
|
||||
|
||||
import core::*;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#[no_core];
|
||||
use core;
|
||||
use zed(name = "core");
|
||||
use bar(name = "core", vers = "0.2");
|
||||
use bar(name = "core", vers = "0.3");
|
||||
|
||||
|
||||
import core::str;
|
||||
|
Loading…
Reference in New Issue
Block a user