Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy
toolchain: 1.84.1
toolchain: 1.86.0
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libudev-dev

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy
toolchain: 1.84.1
toolchain: 1.86.0
- name: Install cargo-sort from crates.io
uses: baptiste0928/cargo-install@v3
with:
Expand All @@ -91,6 +91,8 @@ jobs:
path: config
filenames: program.env
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.86.0
- name: install solana toolsuite
run: sh -c "$(curl -sSfL https://release.anza.xyz/v2.2.14/install)"
- name: add to path
Expand Down Expand Up @@ -137,7 +139,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy
toolchain: 1.84.1
toolchain: 1.86.0
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Install system dependencies
Expand Down
Loading
Loading