diff options
| author | Axetroy <axetroy.dev@gmail.com> | 2019-12-23 22:59:44 +0800 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-12-23 09:59:44 -0500 |
| commit | 3bb15ceaeaf5cd349afcb2e2d43374efd420aaef (patch) | |
| tree | b169369521f66bbca1c71a96f0059bef6d61fe00 /.github/workflows | |
| parent | e88c801e76c16d4c0a92702e248cf811038ed4ab (diff) | |
Upgrades rust to 1.40.0 (#3542)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
