diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-05-11 23:58:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 16:58:59 +0200 |
commit | 0d319161bc19a520df653bc0c8386f14a68efbdb (patch) | |
tree | 6937b27267ab2f5e54ecef0fbe1d0b68a2b72724 | |
parent | 41a3b17de44684365ddad9ba0ad9d9c488d3b065 (diff) |
chore: upgrade Rust to 1.52.1 (#10583)
-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 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' |