diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-19 18:38:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 18:38:31 +0100 |
commit | 21e8ff6fc1d88d85b9a6235324eb0f70066ee038 (patch) | |
tree | d753526351c04f4b34b96d3f43819081d8a7d3ed | |
parent | b55cc513515c196cd438365feb5c02bd71281f46 (diff) |
build: upgrade Rust to 1.48.0 (#8434)
-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 c7829529b..30a5d7355 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.47.0 + rust-version: 1.48.0 - name: Install clippy and rustfmt if: matrix.kind == 'lint' |