From 3bb15ceaeaf5cd349afcb2e2d43374efd420aaef Mon Sep 17 00:00:00 2001 From: Axetroy Date: Mon, 23 Dec 2019 22:59:44 +0800 Subject: Upgrades rust to 1.40.0 (#3542) --- .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 1d5071a11..b43dda3bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: "1.39.0" + rust-version: "1.40.0" - name: Install clippy and rustfmt if: matrix.kind == 'lint' -- cgit v1.2.3