docs: update version and contents in readme
This commit is contained in:
parent
e99b290c26
commit
87e22a6efc
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -12,10 +12,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
- uses: https://git.kemitix.net/kemitix/rust@v2.4.0
|
||||||
with:
|
with:
|
||||||
args: nightly cargo test
|
args: nightly cargo test
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
- uses: https://git.kemitix.net/kemitix/rust@v2.4.0
|
||||||
with:
|
with:
|
||||||
args: v1.79.0 cargo build
|
args: v1.79.0 cargo build
|
||||||
```
|
```
|
||||||
|
@ -27,8 +27,7 @@ The `args` is one of the following:
|
||||||
|
|
||||||
`COMMAND` is the command you want to run. The optional prefix is the Rust toolchain, or version. Allowed values are `nightly`, `stable` or a Rust version.
|
`COMMAND` is the command you want to run. The optional prefix is the Rust toolchain, or version. Allowed values are `nightly`, `stable` or a Rust version.
|
||||||
|
|
||||||
Where the optional prefix is not given, the `stable` toolchain will be used.
|
Where the optional prefix is not given, the `stable` toolchain will be used. The `stable` version is currently `1.82.0`.
|
||||||
|
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
|
@ -37,6 +36,10 @@ Where the optional prefix is not given, the `stable` toolchain will be used.
|
||||||
- git
|
- git
|
||||||
- cargo
|
- cargo
|
||||||
- cargo-binstall
|
- cargo-binstall
|
||||||
|
- cargo-mutants
|
||||||
|
- cargo-chef
|
||||||
|
- cargo-hack
|
||||||
|
- release-plz
|
||||||
|
|
||||||
## Binary size
|
## Binary size
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue