diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-06-05 04:23:07 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2020-06-05 05:11:15 +0200 |
| commit | 9a783ae4e6789fc90c8a6d62e846c9abd29e7d2f (patch) | |
| tree | f29deee9518be75fc4b4d99e4e3c24343de83053 /.github/workflows | |
| parent | 7069d60423979858ece856d52ef9567a50f8ef76 (diff) | |
ci: upgrade to Rust 1.44.0 (#6113)
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 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' |
