Update minimal Rust version to 1.76
This commit is contained in:
parent
835acbce6b
commit
616498f500
4 changed files with 11 additions and 9 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
rust_version: ["1.75", "1.76", "1.78"]
|
||||
rust_version: ["1.76", "1.78", "1.82"]
|
||||
steps:
|
||||
- name: rustup toolchain install ${{ matrix.rust_version }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue