diff options
| author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-03-26 03:17:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 19:17:37 +0100 |
| commit | e7954413e16d5814db5da6389f8d6e0c328812aa (patch) | |
| tree | 2840a275019df3e193c7c2f84442740ce7b7e48e /.github | |
| parent | 881e1e8164f1661158bac24f7ec03b969a0a8a02 (diff) | |
upgrade: Rust 1.51.0 (#9895)
Diffstat (limited to '.github')
| -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 451dbe98e..6a0fa4a54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.50.0 + rust-version: 1.51.0 - name: Install clippy and rustfmt if: matrix.kind == 'lint' |
