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