diff options
| author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-06-18 04:56:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-17 15:56:30 -0400 |
| commit | 8031644e65647bdc3a6a0561ad31da9228e9723d (patch) | |
| tree | fb2e86a305e784583770e5e27694243d9f67b79b /.github | |
| parent | 2a66d5de01b584b7138084eb427c9ac09c254986 (diff) | |
chore: upgrade Rust to 1.53.0 (#11021)
Diffstat (limited to '.github')
| -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 b64b45ef6..7885b9d02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.52.1 + rust-version: 1.53.0 - name: Install clippy and rustfmt if: matrix.kind == 'lint' |
