Skip to content

Commit

Permalink
fix: removed rust 1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 1, 2022
1 parent cfe2965 commit 7ab8364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build
strategy:
matrix:
rust-version: ["1.50", "1.51", "1.52", "1.53", "1.54", "1.55", "1.56", "1.57", "1.58", "1.59", latest]
rust-version: ["1.51", "1.52", "1.53", "1.54", "1.55", "1.56", "1.57", "1.58", "1.59", latest]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}
steps:
Expand Down

0 comments on commit 7ab8364

Please sign in to comment.