diff options
| author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-09-10 10:15:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 21:15:21 -0400 |
| commit | 87052927afd505ff1c5d42075cd23a3619b29011 (patch) | |
| tree | 596ba6cfef79563ee48c0fbda3588b9e77bff44c /.github/workflows | |
| parent | fb35cd0ef496fee9aa65daadf542057f18d6063f (diff) | |
chore: upgrade Rust to 1.55.0 (#11965)
Diffstat (limited to '.github/workflows')
| -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 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' |
