From ad224f53c798e8417a63d98daeaf3cadc199666c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 15 Jan 2022 01:10:12 -0500 Subject: chore: upgrade to rust 1.58 (#13377) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40a693aef..e08b4ca7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - name: Install Rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.57.0 + rust-version: 1.58.0 - name: Install clippy and rustfmt if: matrix.job == 'lint' -- cgit v1.2.3