Skip to content

Commit 52fdd2d

Browse files
committed
Remove VERSION from manifest readme docs.
The version was removed in rust-lang#77145
1 parent 3c0fb7f commit 52fdd2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/build-manifest/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Then, you can generate the manifest and all the packages from `path/to/dist` to
2020
`path/to/output` with:
2121

2222
```
23-
$ cargo +nightly run path/to/dist path/to/output 1970-01-01 http://example.com \
24-
CHANNEL VERSION
23+
$ cargo +nightly run path/to/dist path/to/output 1970-01-01 http://example.com CHANNEL
2524
```
2625

2726
Remember to replace `CHANNEL` with the channel you produced dist artifacts of

0 commit comments

Comments
 (0)