From 0d319161bc19a520df653bc0c8386f14a68efbdb Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Tue, 11 May 2021 23:58:59 +0900 Subject: chore: upgrade Rust to 1.52.1 (#10583) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb4390796..f07cac9e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.52.0 + rust-version: 1.52.1 - name: Install clippy and rustfmt if: matrix.kind == 'lint' -- cgit v1.2.3