File tree 7 files changed +14
-11
lines changed
7 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ Rust extras are part of the standard Rust distribution.
20
20
21
21
*/
22
22
23
- // NOTE: upgrade to 0.10-pre after the next snapshot
24
- #[ crate_id = "extra#0.9" ] ;
23
+ #[ crate_id = "extra#0.10-pre" ] ;
25
24
#[ comment = "Rust extras" ] ;
26
25
#[ license = "MIT/ASL2" ] ;
27
26
#[ crate_type = "rlib" ] ;
Original file line number Diff line number Diff line change 17
17
//! This can be optionally linked in to rust programs in order to provide M:N
18
18
//! functionality inside of 1:1 programs.
19
19
20
- // NOTE: Change to 0.10-pre after snapshot
21
- #[ crate_id = "green#0.9" ] ;
20
+ #[ crate_id = "green#0.10-pre" ] ;
22
21
#[ license = "MIT/ASL2" ] ;
23
22
#[ crate_type = "rlib" ] ;
24
23
#[ crate_type = "dylib" ] ;
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ use syntax::fold;
21
21
use syntax:: opt_vec;
22
22
use syntax:: util:: small_vector:: SmallVector ;
23
23
24
- // NOTE: upgrade to 0.10-pre after the next snapshot
25
- pub static VERSION : & ' static str = "0.9" ;
24
+ pub static VERSION : & ' static str = "0.10-pre" ;
26
25
27
26
pub fn maybe_inject_libstd_ref ( sess : Session , crate : ast:: Crate )
28
27
-> ast:: Crate {
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ via `close` and `delete` methods.
34
34
35
35
*/
36
36
37
- // NOTE: Change to 0.10-pre after snapshot
38
- #[ crate_id = "rustuv#0.9" ] ;
37
+ #[ crate_id = "rustuv#0.10-pre" ] ;
39
38
#[ license = "MIT/ASL2" ] ;
40
39
#[ crate_type = "rlib" ] ;
41
40
#[ crate_type = "dylib" ] ;
Original file line number Diff line number Diff line change 43
43
//!
44
44
//! use std::prelude::*;
45
45
46
- // NOTE: Upgrade to 0.10-pre after snapshot
47
- #[ crate_id = "std#0.9" ] ;
46
+ #[ crate_id = "std#0.10-pre" ] ;
48
47
#[ comment = "The Rust standard library" ] ;
49
48
#[ license = "MIT/ASL2" ] ;
50
49
#[ crate_type = "rlib" ] ;
Original file line number Diff line number Diff line change
1
+ S 2014-01-20 b6400f9
2
+ freebsd-x86_64 22b1774700781d190061e66666fdc5f9e9c414ee
3
+ linux-i386 ca6d66dcbe90806e50a46037c3102cffecce14ed
4
+ linux-x86_64 ad8b455804ff46aa721db9453438591da4c35b48
5
+ macos-i386 3e38ca0328422469ba5f25544ca2a9770cff438d
6
+ macos-x86_64 6458d3b46a951da62c20dd5b587d44333402e30b
7
+ winnt-i386 2bb2a2d7d834fd98ac23f0afe29f0fc3d6098703
8
+
1
9
S 2014-01-14 29070c3
2
10
freebsd-x86_64 c2fb6e6313a9f1d41df810fcf1ae354858a8bf76
3
11
linux-i386 6437656b81cf9f3d1377523c1e36d5cf06b2d645
Original file line number Diff line number Diff line change 17
17
#[ no_std] ;
18
18
extern mod std;
19
19
extern mod zed = "std" ;
20
- extern mod bar = "std#0.9 " ;
20
+ extern mod bar = "std#0.10-pre " ;
21
21
22
22
23
23
use std:: str;
You can’t perform that action at this time.
0 commit comments