From db69ffea52e5af1ccf150c64ef89120b4a99840a Mon Sep 17 00:00:00 2001
From: Eric Bolten <eric@bolten.dev>
Date: Fri, 6 May 2022 10:44:01 -0700
Subject: [PATCH] Update rust toolchain version to 1.58

---
 .github/workflows/automated-release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml
index 7bb628df1..026f6fcb0 100644
--- a/.github/workflows/automated-release.yml
+++ b/.github/workflows/automated-release.yml
@@ -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
@@ -89,4 +89,4 @@ jobs:
             solidity/contract-deployer
             LICENSE
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}