Skip to content

Commit

Permalink
Merge pull request #520 from Satellite-im/luis/update-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm authored Nov 7, 2023
2 parents 368eac6 + 9a5c223 commit e807567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Rust 💿
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Rust 💿
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit e807567

Please sign in to comment.