diff options
| author | Eric Huss <eric@huss.org> | 2022-01-11 17:01:00 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-01-17 09:34:19 -0800 |
| commit | 52fdd2dd86af4b7dfa6b3aad63e5b5148b59c444 (patch) | |
| tree | fd428b9f25de1866997c30cee7854150458fd503 | |
| parent | 3c0fb7f36d872184b67884838b967d0b57dbf3a2 (diff) | |
| download | rust-52fdd2dd86af4b7dfa6b3aad63e5b5148b59c444.tar.gz rust-52fdd2dd86af4b7dfa6b3aad63e5b5148b59c444.zip | |
Remove VERSION from manifest readme docs.
The version was removed in https://github.com/rust-lang/rust/pull/77145/
| -rw-r--r-- | src/tools/build-manifest/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/build-manifest/README.md b/src/tools/build-manifest/README.md index b77c5a907c1..44c96f31d0b 100644 --- a/src/tools/build-manifest/README.md +++ b/src/tools/build-manifest/README.md @@ -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 |
