Skip to content

Commit

Permalink
ci: Update rust version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Apr 15, 2024
1 parent e30878d commit bd3d75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/block-streamer-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 bd3d75c

Please sign in to comment.