File tree Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,9 @@ include::section-exit-status.adoc[]
182
182
`$CARGO_HOME/git/`::
183
183
This directory contains cached downloads of git dependencies.
184
184
185
+ Please note that the internal structure of the `$CARGO_HOME` directory is not
186
+ stable yet and may be subject to change.
187
+
185
188
== EXAMPLES
186
189
187
190
. Build a local package and all of its dependencies:
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ <h2 id="cargo_vendor_examples">EXAMPLES</h2>
195
195
</ div >
196
196
</ li >
197
197
< li >
198
- < p > Vendor all dependencies into a local "third-part /vendor" folder</ p >
198
+ < p > Vendor all dependencies into a local "third-party /vendor" folder</ p >
199
199
< div class ="literalblock ">
200
200
< div class ="content ">
201
201
< pre > cargo vendor third-party/vendor</ pre >
Original file line number Diff line number Diff line change @@ -372,6 +372,10 @@ <h2 id="_files">FILES</h2>
372
372
</ dd >
373
373
</ dl >
374
374
</ div >
375
+ < div class ="paragraph ">
376
+ < p > Please note that the internal structure of the < code > $CARGO_HOME</ code > directory is not
377
+ stable yet and may be subject to change.</ p >
378
+ </ div >
375
379
</ div >
376
380
</ div >
377
381
< div class ="sect1 ">
Original file line number Diff line number Diff line change 1
1
'\" t
2
2
.\" Title: cargo-vendor
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
- .\" Generator: Asciidoctor 2.0.8
5
- .\" Date: 2019-07-15
4
+ .\" Generator: Asciidoctor 2.0.10
5
+ .\" Date: 2019-09-05
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "CARGO\- VENDOR" "1" "2019-07-15 " "\ \& " "\ \& "
10
+ .TH "CARGO\- VENDOR" "1" "2019-09-05 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -210,7 +210,7 @@ cargo vendor
210
210
. sp -1
211
211
. IP " 2." 4.2
212
212
.\}
213
- Vendor all dependencies into a local "third\- part /vendor" folder
213
+ Vendor all dependencies into a local "third\- party /vendor" folder
214
214
.sp
215
215
.if n .RS 4
216
216
.nf
Original file line number Diff line number Diff line change 1
1
'\" t
2
2
.\" Title: cargo
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
- .\" Generator: Asciidoctor 2.0.8
5
- .\" Date: 2019-06-07
4
+ .\" Generator: Asciidoctor 2.0.10
5
+ .\" Date: 2019-09-05
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "CARGO" "1" "2019-06-07 " "\ \& " "\ \& "
10
+ .TH "CARGO" "1" "2019-09-05 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -377,8 +377,8 @@ downloaded dependencies.
377
377
This directory contains cached downloads of git dependencies.
378
378
.RE
379
379
.sp
380
- Please note that the internal structure of the $CARGO_HOME is not stable yet and may be subject to change.
381
- . sp
380
+ Please note that the internal structure of the \fB $CARGO_HOME \fP directory is not
381
+ stable yet and may be subject to change.
382
382
.SH "EXAMPLES"
383
383
.sp
384
384
.RS 4
You can’t perform that action at this time.
0 commit comments