提交 aa7b3cc9 编写于 作者: G Graydon Hoare

Fix some version numbers.

上级 1ee230e6
......@@ -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::*;
......
#[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;
}
......
#[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;
......
#[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::*;
......
#[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::*;
......
// -*- 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::*;
......
//! 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::*;
......
#[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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册