Skip to content

Commit

Permalink
fix(actions): remove 1.59.0 build from essentials.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Sep 5, 2022
1 parent e71cd56 commit 38a85e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/essentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.59.0, stable]
rust: [stable]
steps:
- name: Rust install
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 38a85e9

Please sign in to comment.