From acdcede4d67ad4fab6d969f71eb3f99b5b4a13cc Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 5 Jun 2020 04:23:07 +0200 Subject: [PATCH] ci: upgrade to Rust 1.44.0 (#402) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b2fb6d9..89276dd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.43.0 + rust-version: 1.44.0 - name: Install rust tools run: rustup component add clippy rustfmt