Skip to content

Commit

Permalink
CI: Raise MSRV to 1.52 to avoid cargo cashe errors
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathas-Conceicao <jonathas.conceicao@ossystems.com.br>
  • Loading branch information
Jonathas-Conceicao authored and otavio committed Aug 19, 2021
1 parent d90be8c commit 085a685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: [MSRV, stable, nightly]
include:
- name: MSRV
version: 1.49.0
version: 1.52.0
- name: stable
version: stable
- name: nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: [MSRV, stable, nightly]
include:
- name: MSRV
version: 1.49.0
version: 1.52.0
- name: stable
version: stable
- name: nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: [MSRV, stable, nightly]
include:
- name: MSRV
version: 1.49.0
version: 1.52.0
- name: stable
version: stable
- name: nightly
Expand Down

0 comments on commit 085a685

Please sign in to comment.