Compare commits

..

No commits in common. "c6101c1e9eae85a11d37dfb42727a42e1e86e32f" and "b352ee0e67b8bbd09696514ccd483ac92b4725e3" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,6 @@ 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>
- <COMMAND>
- [ [nightly | stable | v1.xx.x] ] <COMMAND>
`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.