Skip to content

Commit

Permalink
ci: Use rust 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Dec 11, 2023
1 parent 4fee236 commit a14d699
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/block-streamer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ jobs:


format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.68.0
toolchain: 1.70.0
override: true
profile: minimal
components: rustfmt
Expand All @@ -49,15 +48,14 @@ jobs:
cargo fmt -- --check
clippy:
name: Clippy
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.68.0
toolchain: 1.70.0
override: true
profile: minimal
components: clippy
Expand Down

0 comments on commit a14d699

Please sign in to comment.