From 54e53cc9ea0767dfe8a44f92361f68c03f5f038f Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 12 Feb 2021 21:08:36 +1100 Subject: chore: Update to Rust 1.50.0 (#9479) --- .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 fe41c8163..8065a03a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.49.0 + rust-version: 1.50.0 - name: Install clippy and rustfmt if: matrix.kind == 'lint' -- cgit v1.2.3