mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:50:48 +00:00
Remove VERSION from manifest readme docs.
The version was removed in https://github.com/rust-lang/rust/pull/77145/
This commit is contained in:
parent
3c0fb7f36d
commit
52fdd2dd86
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ Then, you can generate the manifest and all the packages from `path/to/dist` to
|
|||
`path/to/output` with:
|
||||
|
||||
```
|
||||
$ cargo +nightly run path/to/dist path/to/output 1970-01-01 http://example.com \
|
||||
CHANNEL VERSION
|
||||
$ cargo +nightly run path/to/dist path/to/output 1970-01-01 http://example.com CHANNEL
|
||||
```
|
||||
|
||||
Remember to replace `CHANNEL` with the channel you produced dist artifacts of
|
||||
|
|
Loading…
Reference in a new issue