Skip to content

Commit

Permalink
Update Rust in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pnehrer committed Sep 12, 2023
1 parent 25f5bdc commit 4876831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
toolchain: 1.72.0
components: rustfmt, clippy
default: true
- name: Check formatting
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
toolchain: 1.72.0
default: true
- name: Build the binary
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 4876831

Please sign in to comment.