File tree Expand file tree Collapse file tree 8 files changed +8
-1
lines changed Expand file tree Collapse file tree 8 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
- refs/heads/dist-snap: 23387b062deddc8ca44fcbde834b7ab0f4e6d832
9
+ refs/heads/dist-snap: 455de85163108d8fc3569ebe1d20f98f738fb449
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
12
12
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
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