From 8031644e65647bdc3a6a0561ad31da9228e9723d Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Fri, 18 Jun 2021 04:56:30 +0900 Subject: chore: upgrade Rust to 1.53.0 (#11021) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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' -- cgit v1.2.3