ci: update the msrv in matrix
This commit is contained in:
parent
bbbf355fc0
commit
2a3b4e652f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- macos-latest
|
- macos-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
rust:
|
rust:
|
||||||
- 1.51.0 # msrv
|
- 1.59.0 # msrv
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
|
Reference in a new issue