File tree Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 1111// End:
1212
1313#[ link( name = "cargo" ,
14- vers = "0.2 " ,
14+ vers = "0.3 " ,
1515 uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b" ,
1616 url = "https://github.com/mozilla/rust/tree/master/src/cargo" ) ] ;
1717
2121
2222#[ warn( no_non_implicitly_copyable_typarams, no_vecs_not_implicitly_copyable) ] ;
2323
24- use core( vers = "0.2 " ) ;
25- use std( vers = "0.2 " ) ;
26- use rustc( vers = "0.2 " ) ;
27- use syntax( vers = "0.2 " ) ;
24+ use core( vers = "0.3 " ) ;
25+ use std( vers = "0.3 " ) ;
26+ use rustc( vers = "0.3 " ) ;
27+ use syntax( vers = "0.3 " ) ;
2828
2929import core:: * ;
3030
Original file line number Diff line number Diff line change 44
55#[warn(no_vecs_not_implicitly_copyable)];
66
7- use core(vers = "0.2 ");
8- use std(vers = "0.2 ");
7+ use core(vers = "0.3 ");
8+ use std(vers = "0.3 ");
99
1010import core::*;
1111
Original file line number Diff line number Diff line change 55SetupIconFile = rust-logo.ico
66AppName = Rust
77AppVersion = {#CFG_VERSION}
8- AppCopyright = Copyright (C) 2006 -2011 Mozilla Foundation, MIT license
8+ AppCopyright = Copyright (C) 2006 -2012 Mozilla Foundation, MIT license
99AppPublisher = Mozilla Foundation
1010AppPublisherURL = http://www.rust-lang.org
1111VersionInfoVersion = {#CFG_VERSION}
Original file line number Diff line number Diff line change 66
77#[ warn( no_vecs_not_implicitly_copyable) ] ;
88
9- use core( vers = "0.2 " ) ;
10- use std( vers = "0.2 " ) ;
11- use syntax( vers = "0.2 " ) ;
9+ use core( vers = "0.3 " ) ;
10+ use std( vers = "0.3 " ) ;
11+ use syntax( vers = "0.3 " ) ;
1212
1313import core:: * ;
1414
Original file line number Diff line number Diff line change 11#[link(name = "core",
2- vers = "0.2 ",
2+ vers = "0.3 ",
33 uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
44 url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
55
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ mod core {
5959// Similar to above. Some magic to make core testable.
6060#[ cfg( test) ]
6161mod std {
62- use std( vers = "0.2 " ) ;
62+ use std( vers = "0.3 " ) ;
6363 import std:: test;
6464}
6565
Original file line number Diff line number Diff line change 11#[link(name = "std",
2- vers = "0.2 ",
2+ vers = "0.3 ",
33 uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
44 url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
55
1212
1313#[warn(no_vecs_not_implicitly_copyable)];
1414
15- use core(vers = "0.2 ");
15+ use core(vers = "0.3 ");
1616import core::*;
1717
1818export net, net_tcp, net_ip;
Original file line number Diff line number Diff line change 11#[link(name = "syntax",
2- vers = "0.2 ",
2+ vers = "0.3 ",
33 uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
44
55
1010
1111#[warn(no_vecs_not_implicitly_copyable)];
1212
13- use core(vers = "0.2 ");
14- use std(vers = "0.2 ");
13+ use core(vers = "0.3 ");
14+ use std(vers = "0.3 ");
1515
1616import core::*;
1717
Original file line number Diff line number Diff line change 11#[ no_core] ;
22#[ warn( no_vecs_not_implicitly_copyable) ] ;
33
4- use core( vers = "0.2 " ) ;
5- use std( vers = "0.2 " ) ;
6- use rustc( vers = "0.2 " ) ;
7- use syntax( vers = "0.2 " ) ;
4+ use core( vers = "0.3 " ) ;
5+ use std( vers = "0.3 " ) ;
6+ use rustc( vers = "0.3 " ) ;
7+ use syntax( vers = "0.3 " ) ;
88
99import core:: * ;
1010
Original file line number Diff line number Diff line change 11// -*- rust -*-
22
33#[ link( name = "rustc" ,
4- vers = "0.2 " ,
4+ vers = "0.3 " ,
55 uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" ,
66 url = "https://github.com/mozilla/rust/tree/master/src/rustc" ) ] ;
77
1313
1414#[ warn( no_vecs_not_implicitly_copyable) ] ;
1515
16- use core( vers = "0.2 " ) ;
17- use std( vers = "0.2 " ) ;
18- use syntax( vers = "0.2 " ) ;
16+ use core( vers = "0.3 " ) ;
17+ use std( vers = "0.3 " ) ;
18+ use syntax( vers = "0.3 " ) ;
1919
2020import core:: * ;
2121
You can’t perform that action at this time.
0 commit comments