Skip to content

Commit

Permalink
Update CI tests from Rust v1.41 to v1.70 (plus stable & nightly)
Browse files Browse the repository at this point in the history
v1.70 is required by the `home` crate:

> error: package `home v0.5.9` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.63.0

.
  • Loading branch information
shesek committed Apr 5, 2024
1 parent f5203a2 commit 2b59620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ "1.41.1", "stable", "nightly" ]
toolchain: [ "1.70", "stable", "nightly" ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2b59620

Please sign in to comment.