ci: add msrv to matrix
This commit is contained in:
parent
1c6507ae76
commit
e588589edf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
- macos-latest
|
||||
- windows-latest
|
||||
rust:
|
||||
- 1.51.0 # msrv
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
|
Reference in a new issue