diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-04 14:19:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-04 14:19:06 +0100 |
| commit | c59f90d01f06f995e335c6de76aab0b9ba2c98e5 (patch) | |
| tree | 760bc0534fca502175749d9a7b719c0666f90543 /.github/workflows | |
| parent | 72e9720e91630bdf28b1660c20c67baa39bdb586 (diff) | |
chore: upgrade to Rust 1.57.0 (#12968)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af888ff09..8413e2f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Install Rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.56.1 + rust-version: 1.57.0 - name: Install clippy and rustfmt if: matrix.job == 'lint' |
