diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-06 21:56:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 15:56:30 -0400 |
commit | 98518f319df6804e3b2aaae8cf6c64143abea0fd (patch) | |
tree | ff3ebed0899c2260055fc3d1ce4b75084ff8a70a | |
parent | 1e8e44f4c31688ac55100f96bdab27723eb6e575 (diff) |
chore: upgrade to Rust 1.52.0 (#10522)
-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 e9e082225..8bf978601 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.51.0 + rust-version: 1.52.0 - name: Install clippy and rustfmt if: matrix.kind == 'lint' |