diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-12 13:07:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 18:07:57 +0100 |
| commit | 3ac642c183981a366e1db565c16b81f864b07ee4 (patch) | |
| tree | dd009b5393ee217a9d58ae63ca8619181f698e3e /.github/workflows | |
| parent | 63cee35691451e85e2c9bb5b88022c8a396d7428 (diff) | |
upgrade: Rust 1.42.0 (#4331)
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 610ebcb61..2ddfde537 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: "1.41.0" + rust-version: "1.42.0" - name: Install clippy and rustfmt if: matrix.kind == 'lint' |
