File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Rust extras are part of the standard Rust distribution.
21
21
*/
22
22
23
23
#[ link( name = "extra" ,
24
+ package_id = "extra" ,
24
25
vers = "0.9-pre" ,
25
26
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297" ,
26
27
url = "https://github.com/mozilla/rust/tree/master/src/libextra" ) ] ;
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
#[ link( name = "rustc" ,
12
+ package_id = "rustc" ,
12
13
vers = "0.9-pre" ,
13
14
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" ,
14
15
url = "https://github.com/mozilla/rust/tree/master/src/rustc" ) ] ;
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
#[ link( name = "rustdoc" ,
12
+ package_id = "rustdoc" ,
12
13
vers = "0.9-pre" ,
13
14
uuid = "8c6e4598-1596-4aa5-a24c-b811914bbbc6" ,
14
15
url = "https://github.com/mozilla/rust/tree/master/src/librustdoc" ) ] ;
Original file line number Diff line number Diff line change 11
11
// rustpkg - a package manager and build system for Rust
12
12
13
13
#[ link( name = "rustpkg" ,
14
+ package_id = "rustpkg" ,
14
15
vers = "0.9-pre" ,
15
16
uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf" ,
16
17
url = "https://github.com/mozilla/rust/tree/master/src/librustpkg" ) ] ;
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ via `close` and `delete` methods.
35
35
*/
36
36
37
37
#[ link( name = "rustuv" ,
38
+ package_id = "rustuv" ,
38
39
vers = "0.9-pre" ,
39
40
uuid = "f3719011-0459-9b86-b11c-29265c0d0864" ,
40
41
url = "https://github.com/mozilla/rust/tree/master/src/librustuv" ) ] ;
Original file line number Diff line number Diff line change 44
44
//! use std::prelude::*;
45
45
46
46
#[ link( name = "std" ,
47
+ package_id = "std" ,
47
48
vers = "0.9-pre" ,
48
49
uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8" ,
49
50
url = "https://github.com/mozilla/rust/tree/master/src/libstd" ) ] ;
Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
#[ link( name = "syntax" ,
17
+ package_id = "syntax" ,
17
18
vers = "0.9-pre" ,
18
19
uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645" ) ] ;
19
20
You can’t perform that action at this time.
0 commit comments