Update MSRV to 1.67
There is surely a better way of doing this, but this is low barrier to entry.
This commit is contained in:
parent
3f44270bfc
commit
44ef696727
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rust: ["1.66", stable]
|
||||
rust: ["1.67", stable]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
|
|
Loading…
Reference in a new issue