diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-01-31 04:49:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-31 04:49:13 -0500 |
| commit | af081d7449d73ff023b817a30c99236527567aac (patch) | |
| tree | 332d3d6e5ef0579e8384ba6a4e3ae5e26a55f75a /.github/workflows/ci.yml | |
| parent | 97b2a0bb958549e298cd137778053210a05d85d8 (diff) | |
upgrade: Rust 1.41.0 (#3838)
Diffstat (limited to '.github/workflows/ci.yml')
| -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 8ac875d4f..1be4e8546 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.40.0" + rust-version: "1.41.0" - name: Install clippy and rustfmt if: matrix.kind == 'lint' |
