]> git.lizzy.rs Git - rust.git/commitdiff
Remove VERSION from manifest readme docs.
authorEric Huss <eric@huss.org>
Wed, 12 Jan 2022 01:01:00 +0000 (17:01 -0800)
committerEric Huss <eric@huss.org>
Mon, 17 Jan 2022 17:34:19 +0000 (09:34 -0800)
The version was removed in https://github.com/rust-lang/rust/pull/77145/

src/tools/build-manifest/README.md

index b77c5a907c11893444d58290456046edb4173d6f..44c96f31d0ba8ca5d71a8aee1e49da371f5cbf28 100644 (file)
@@ -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