summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-06-18 04:56:30 +0900
committerGitHub <noreply@github.com>2021-06-17 15:56:30 -0400
commit8031644e65647bdc3a6a0561ad31da9228e9723d (patch)
treefb2e86a305e784583770e5e27694243d9f67b79b /.github
parent2a66d5de01b584b7138084eb427c9ac09c254986 (diff)
chore: upgrade Rust to 1.53.0 (#11021)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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'