Update minimum rust version to 1.73

This commit is contained in:
Igor Katson 2024-03-30 20:07:11 +00:00
parent 6b8336e2f6
commit 1a528defbc

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
rust_version: ["1.72", "1.73", "1.74"] rust_version: ["1.73", "1.74", "1.75"]
steps: steps:
- name: rustup toolchain install ${{ matrix.rust_version }} - name: rustup toolchain install ${{ matrix.rust_version }}
run: | run: |