Skip to content

Commit

Permalink
ci: Update rust version in coordinator action
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Apr 18, 2024
1 parent 8f43d9d commit c2093ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coordinator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: rustfmt
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: clippy
Expand Down

0 comments on commit c2093ff

Please sign in to comment.