From 9a783ae4e6789fc90c8a6d62e846c9abd29e7d2f Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 5 Jun 2020 04:23:07 +0200 Subject: ci: upgrade to Rust 1.44.0 (#6113) --- .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 8d6cab782..532a7c1e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: "1.43.0" + rust-version: 1.44.0 - name: Install clippy and rustfmt if: matrix.config.kind == 'lint' -- cgit v1.2.3