Skip to content

Commit

Permalink
ci: bump Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 9, 2025
1 parent 9a9a917 commit 3d569a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Rust
uses: dtolnay/rust-toolchain@1.80.1
uses: dtolnay/rust-toolchain@1.81

- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Rust
uses: dtolnay/rust-toolchain@1.80.1
uses: dtolnay/rust-toolchain@1.81
with:
components: rustfmt, clippy

Expand Down

0 comments on commit 3d569a7

Please sign in to comment.