Skip to content

Commit

Permalink
Update rust toolchain version to 1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed May 6, 2022
1 parent 992e9e3 commit db69ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: checkout-code
uses: actions/checkout@v2
with:
toolchain: 1.56
toolchain: 1.58
# Golang Cache
- name: go-cache
uses: actions/cache@v2
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
solidity/contract-deployer
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db69ffe

Please sign in to comment.