From 87052927afd505ff1c5d42075cd23a3619b29011 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Fri, 10 Sep 2021 10:15:21 +0900 Subject: chore: upgrade Rust to 1.55.0 (#11965) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe8ba756c..3cca65b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - name: Install Rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.54.0 + rust-version: 1.55.0 - name: Install clippy and rustfmt if: matrix.job == 'lint' -- cgit v1.2.3