Make sure the 'ago' syntax specifies 'stable'

This commit is contained in:
David Tolnay 2022-09-25 07:54:59 -07:00
parent ebab191ec5
commit b6a0604e19
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 7 additions and 7 deletions

View file

@ -67,7 +67,7 @@ compiler support.
# offset, which may be written in years, months, weeks, or days.
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 18 months ago
toolchain: stable 18 months ago
```
```yaml