Compare commits

...

2 commits

Author SHA1 Message Date
c6101c1e9e docs: fix typo in README
All checks were successful
/ test (map[name:nightly]) (push) Successful in 1m6s
/ test (map[name:stable]) (push) Successful in 33s
/ test (map[name:v1.81.0]) (push) Successful in 20s
2024-09-17 09:51:59 +01:00
3fa43fa798 build: test against a specific version of rust
All checks were successful
/ test (map[name:nightly]) (push) Successful in 32s
/ test (map[name:v1.81.0]) (push) Successful in 5s
/ test (map[name:stable]) (push) Successful in 57s
2024-09-17 09:51:55 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ jobs:
toolchain:
- name: stable
- name: nightly
- name: v1.81.0
steps:
- uses: actions/checkout@v4

View file

@ -22,8 +22,8 @@ jobs:
The `args` is one of the following:
- <COMMAND>
- [ [nightly | stable | v1.xx.x] ] <COMMAND>
- &lt;COMMAND&gt;
- [ nightly | stable | v1.xx.x ] &lt;COMMAND&gt;
`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.