diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-01-02 13:52:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-02 13:52:42 +0100 |
| commit | 41a4a34aee57a4690e5c1b9ba54b27a7035bac37 (patch) | |
| tree | 11d9ec87232947515e8c68488119dc1670833e68 /.github/workflows | |
| parent | 88855b5d95be04747ec0ff67d8b33dfde3189641 (diff) | |
upgrade: Rust 1.49.0 (#8955)
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 662808af9..f57513d3e 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.48.0 + rust-version: 1.49.0 - name: Install clippy and rustfmt if: matrix.kind == 'lint' |
