summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-05-06 21:56:30 +0200
committerGitHub <noreply@github.com>2021-05-06 15:56:30 -0400
commit98518f319df6804e3b2aaae8cf6c64143abea0fd (patch)
treeff3ebed0899c2260055fc3d1ce4b75084ff8a70a
parent1e8e44f4c31688ac55100f96bdab27723eb6e575 (diff)
chore: upgrade to Rust 1.52.0 (#10522)
-rw-r--r--.github/workflows/ci.yml2
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'